Vector.opApply

Iterate from the most recent to the oldest vector entries

  1. int opApply(int delegate(ref V value) dg)
  2. int opApply(int delegate(ref V value, ref bool kill) dg)
    struct Vector(V, int Size = 0)
    int
    opApply
    (
    scope int delegate
    (
    ref V value
    ,
    ref bool kill
    )
    dg
    )

Meta