Vector.quatMlt

quaterni mul

struct Vector(size_t N, T, alias string AS = "")
pure const
static if(AS == "i j k a")
quatMlt
(
E
)
(
in Vector!(4, E, AS) b
)
if (
is(CommonType!(T, E) : T)
)
if (
isCompatibleArrayAccessString(N, AS, SEP) ||
AS.length == 0
)

Meta