Vector.reflect

Calculates reflected vector to normal

struct Vector(T, size_t N)
reflect
if (
isNumeric!T &&
N > 0
)

Meta