minus

operator fun Byte.minus(b: Ubyte): Byte
operator fun Byte.minus(b: Ushort): Byte
operator fun Byte.minus(b: Uint): Byte
operator fun Byte.minus(b: Ulong): Byte
operator fun Int.minus(b: Ubyte): Int
operator fun Int.minus(b: Ushort): Int
operator fun Int.minus(b: Uint): Int
operator fun Int.minus(b: Ulong): Int
operator fun Long.minus(b: Ubyte): Long
operator fun Long.minus(b: Ushort): Long
operator fun Long.minus(b: Uint): Long
operator fun Long.minus(b: Ulong): Long
operator fun Short.minus(b: Ubyte): Short
operator fun Short.minus(b: Ushort): Short
operator fun Short.minus(b: Uint): Short
operator fun Short.minus(b: Ulong): Short