Vector.rotate

Rotates vector by angle

struct Vector(T, size_t N)
static if(N == 2)
rotate
(
double angle
)
if (
isNumeric!T &&
N > 0
)

Meta