Vector.apply

Applies the given function to each element of the vector and returns the results in a new vector

  1. void apply(void delegate(T) application)
  2. Vector!(U, dimensions) apply(U delegate(T) application)
    class Vector(T, uint dimensions)
    Vector!(U, dimensions)
    apply
    (
    U
    )
    (
    U delegate(
    T
    )
    application
    )

Meta