VEBroot.opApply

opApply method in case of present source for iterating over key value pairs

  1. int opApply(int delegate(ref size_t) operations)
  2. int opApply(int delegate(ref size_t, ref T) operations)
    struct VEBroot(T = void)
    static if(!is(T == void))
    int
    opApply
    (
    scope int delegate
    (
    ref size_t
    ,
    ref T
    )
    operations
    )

Meta