Shape.endY

The end of the figure along the y-axis.

struct Shape(T : float)
@safe nothrow pure @property inout
T
endY
()
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Meta