Box.height

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

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

Return Value

Type: T

Height of the box, if applicable.

Meta