Box.isEmpty

* Returns true if empty.

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

Meta