Box.depth

Sets depth of the box assuming min point is the pivot.

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

Return Value

Type: T

Depth of the box, if applicable.

Meta