Box.this
- this(BoundType min, BoundType max)
- this(T min, T max)
struct Box(T, int N)
pure nothrow @
safe @
nogc static if(N == 1)
this
- this(T min_x, T min_y, T max_x, T max_y)
- this(T min_x, T min_y, T min_z, T max_x, T max_y, T max_z)
liberty math box Box
aliasesconstructorsfunctionsmanifest constantsstatic functionsvariables