blob: b29c719a5de91eaee94927100504241e4e95cd2f [file] [log] [blame]
package conflicts.extensions.deps
fun Byte.inv(): Byte = (255 - this).toByte()