dot

Returns the dot product between two Vectors.

@safe @nogc nothrow pure
T
dot
(
T
uint N
)
(
const auto ref Vector!(T, N) a
,
const auto ref Vector!(T, N) b
)

Meta