Mention of "Traits as mixins" in README.md and manual
No documentation yet; this is planned for the 0.2.1 release to prevent further delays of the first GNU release.perfodd
parent
255a60e425
commit
c5b6562d34
|
@ -21,6 +21,7 @@ Current support includes:
|
||||||
* Classical inheritance
|
* Classical inheritance
|
||||||
* Abstract classes and methods
|
* Abstract classes and methods
|
||||||
* Interfaces
|
* Interfaces
|
||||||
|
* Traits as mixins
|
||||||
* Visibility (public, protected, and private members)
|
* Visibility (public, protected, and private members)
|
||||||
* Static and constant members
|
* Static and constant members
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ Current support includes:
|
||||||
@item Classical inheritance
|
@item Classical inheritance
|
||||||
@item Abstract classes and methods
|
@item Abstract classes and methods
|
||||||
@item Interfaces
|
@item Interfaces
|
||||||
|
@item Traits as mixins
|
||||||
@item Visibility (public, protected, and private members)
|
@item Visibility (public, protected, and private members)
|
||||||
@item Static, constant, and final members
|
@item Static, constant, and final members
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
Loading…
Reference in New Issue