Box.width

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

Return Value

Type: T

Width of the box, always applicable.

Meta