Vector.distanceTo

Returns Euclidean distance between this and other.

struct Vector(T, ubyte N)
pure nothrow const @safe @nogc
static if(isFloatingPoint!T)
T
distanceTo
if (
N >= 2 &&
N <= 4
)

Meta