Vector.opApply

Iterates vector.

  1. int opApply(int delegate(ref Type) foreach_)
  2. int opApply(int delegate(ref size_t, ref Type) foreach_)
    struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
    @trusted
    int
    opApply
    (
    int delegate
    (
    ref size_t
    ,
    ref Type
    )
    foreach_
    )
    if (
    Size > 0
    )

Meta