Vector.apply

Applies the given function to each element of the vector

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

Meta