Vector.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref T) dg)
  2. int opApply(int delegate(size_t, ref T) dg)
    struct Vector(T, Allocator = Mallocator, bool addInGC = true)
    int
    opApply
    (
    scope int delegate
    (
    size_t
    ,
    ref T
    )
    dg
    )
    if (
    is(T == Unqual!T)
    )

Meta