Box.getDepth

* Returns depth of the box.

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

Meta