inv

inline fun Byte.inv(): Byte(source)
inline fun Short.inv(): Short(source)

Inverts the bits in this value.

Since Kotlin

1.1