Box.depth

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

Return Value

Type: T

Depth of the box, if applicable.

Meta