Box.isSorted

*

struct Box(T, int N)
const
bool
isSorted
()
if (
N >= 1 &&
N <= 3
)

Meta