HVector.this

Undocumented in source.
  1. this(const(T)[N2] v)
    struct HVector(T, size_t N)
    pure nothrow
    this
    (
    size_t N2
    )
    (
    const(T)[N2] v...
    )
    if (
    N2 <= N
    )
  2. this(Matrix!(T2, N2, 1) v)

Meta