Box.height

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

Return Value

Type: T

Height of the box, if applicable.

Meta