Changes between Version 2 and Version 3 of MixIn
- Timestamp:
- 03/01/09 08:56:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MixIn
v2 v3 1 1 = Mixins = 2 3 == Introduction == 4 5 To be done. In the mean time, see the [http://cobra-language.com/forums/viewtopic.php?f=4&t=306 discussion thread]. 2 6 3 7 == Compared to Extensions == … … 16 20 * Mixins cannot inherit from other types. 17 21 * Mixins cannot implement interfaces. 18 * Mixins canno dadd other mixins.22 * Mixins cannot add other mixins. 19 23 * Mixins cannot declare generic parameters. 20 24 * Mixins cannot add invariants.