Consistency, Templates, Constructors, and D3

F i L witte2008 at gmail.com
Thu Aug 23 22:22:23 PDT 2012


F i L wrote:
> This would also keep consistent syntax when using 
> FreeLists/MemeoryPools, because everything is done through 
> factories in this case, and the implementation can be arbitrary:
>
>     class Foo {
>       private Foo _head, _next;
> 
>       [ ... ]

Typo: '_head' and '_next' in this example should be 'static'


More information about the Digitalmars-d mailing list