static assert(is(UnsignedOf!byte == ubyte)); static assert(is(UnsignedOf!ubyte == ubyte));
See Implementation