Shape.endX

The end of the figure along the x-axis.

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

Meta