Box.this

Construct a box which extends between 2 points. Boundaries: min is inside the box, max is just outside.

struct Box(T, size_t N)
@safe @nogc
this
pure nothrow
(
Bound min_
,
Bound max_
)

Meta