Sphere.contains

struct Sphere(T, int N)
pure nothrow const @safe @nogc
bool
contains
()
if (
N == 2 ||
N == 3
)

Meta