Vec.toPolar

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vec(T, size_t size)
static if(isFloatingPoint!T && size == 2)
void
toPolar
()
if (
isNumeric!T &&
size > 0
)

Meta