Vec.opDispatch

Swizzling.

struct Vec(T, ulong n)
@nogc const pure nothrow
Vec!(T, swizzle.length)
opDispatch
(
const string swizzle
)
()
if (
n >= 1 &&
isNumeric!T
)

Meta