Box.depth

  1. T depth [@property getter]
    struct Box(T, int N)
    @property @nogc pure const nothrow @property
    static if(N >= 3)
    T
    depth
    ()
  2. T depth [@property setter]

Return Value

Type: T

Depth of the box, if applicable.

Meta