Box.isSorted

struct Box(T, int N)
@nogc pure const nothrow
bool
isSorted
()

Return Value

Type: bool

true if each dimension of the box is >= 0.

Meta