minus

inline operator fun minus(other: UByte): UInt
inline operator fun minus(other: UShort): UInt
inline operator fun minus(other: UInt): UInt
inline operator fun minus(other: ULong): ULong

Subtracts the other value from this value.