Shape.move

Move shape

struct Shape(T : float)
@safe nothrow pure
void
move
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Meta