Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
10/17/08 13:06:30 (4 years ago)
Author:
larsivi
Message:

Put docs on struct instead of a private typedef

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/util/container/RedBlack.d

    r4008 r4012  
    1818 
    1919private import tango.util.container.model.IContainer; 
     20 
     21private typedef int AttributeDummy; 
    2022 
    2123/******************************************************************************* 
     
    3436 
    3537*******************************************************************************/ 
    36  
    37 private typedef int AttributeDummy; 
    3838 
    3939struct RedBlack (V, A = AttributeDummy)