Shape.x

The beginning of the figure along the x-axis.

  1. T x [@property getter]
    struct Shape(T : float)
    @safe nothrow pure @property inout
    T
    x
    ()
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. T x [@property setter]

Meta