minus

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

Subtracts the other value from this value.