Box.depth

Returns depth of the box.

struct Box(T, int N)
pure nothrow const @safe @nogc @property
static if(N >= 3)
T
depth
()
if (
N >= 1 &&
N <= 3
)

Meta