Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
05/23/09 20:34:24 (3 years ago)
Author:
kris
Message:

forgot to change this fixed reference

Files:

Legend:

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

    r4690 r4691  
    7676        uint unused () 
    7777        { 
    78                 return Size - depth; 
     78                return stack.length - depth; 
    7979        } 
    8080 
     
    278278        /********************************************************************** 
    279279 
    280                 Throw an exception 
     280                Throw an exception  
    281281 
    282282        **********************************************************************/