Vector.opAssign

Vector!(T,size) = Vector!(T,size2)

  1. void opAssign(Vector!(T2, size2) v)
    struct Vector(T, int size)
    void
    opAssign
    (
    T2
    int size2
    )
    (
    Vector!(T2, size2) v
    )
  2. void opAssign(T2 ev)

Meta