Shape.height

Shape height

  1. T height [@property getter]
    struct Shape(T : float)
    @safe nothrow pure @property inout
    T
    height
    ()
    in (type == ShapeType.rectangle || type == ShapeType.roundrect, "This is not a rectangle!")
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. T height [@property setter]

Meta