Performs a safe conversion.
assert(90.safe!ubyte == 90); assert(256.safe!ubyte == 255);
See Implementation
Performs a safe conversion.