vector

Construct Vector directly from static array, inferring element type.

@safe @nogc nothrow
Vector!(T, N)
vector
(
T
uint N
)
(
const auto ref T[N] elements
)

Meta