Box.width

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

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

Return Value

Type: T

Width of the box, always applicable.

Meta