Show
Ignore:
Timestamp:
12/09/11 15:47:25 (6 months ago)
Author:
Abscissa
Message:

util.container: Fixed indexed version of Stack.opApply.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/semitwist/util/container.d

    r235 r242  
    118118    } 
    119119     
    120     int opApply(int delegate(size_t, ref T) dg) 
     120    int opApply(int delegate(ref size_t, ref T) dg) 
    121121    { 
    122122        int result = 0;