HVector.this

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

Meta