VEBroot.opApply

the opApply method grants the correct foreach behavior

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

Meta