HVector.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HVector opAssign(const(T)[N2] v)
    struct HVector(T, size_t N)
    pure nothrow ref
    opAssign
    (
    size_t N2
    )
    (
    const(T)[N2] v...
    )
    if (
    N2 <= N
    )
  2. HVector opAssign(Matrix!(T2, N2, 1) v)

Meta