Box.depth

struct Box(T, size_t N)
@property pure const nothrow @property @nogc
static if(N >= 3)
T
depth
()

Return Value

Type: T

Depth of the box, if applicable.

Meta