dot

Returns the dot product of 2 vectors.

@nogc pure nothrow
real
dot
(
T
ulong n
)
(
Vec!(T, n) a
,
Vec!(T, n) b
)

Meta