Changeset 179

Show
Ignore:
Timestamp:
10/25/09 05:07:10 (3 years ago)
Author:
walter
Message:

add opApply

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/import/object.di

    r176 r179  
    314314    } 
    315315 
    316 /+ Won't work yet because cannot pass static arrays to inout 
    317316    int opApply(int delegate(inout Value) dg) 
    318317    { 
     
    324323    return _aaApply2(p, Key.sizeof, cast(_dg2_t)dg); 
    325324    } 
    326 +/ 
    327 
    328  
    329  
     325
     326 
     327