Shape.y

The beginning of the figure along the y-axis.

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

Meta