or

infix fun Byte.or(b: Ubyte): Byte
infix fun Byte.or(b: Ushort): Byte
infix fun Byte.or(b: Uint): Byte
infix fun Byte.or(b: Ulong): Byte
infix fun Int.or(b: Ubyte): Int
infix fun Int.or(b: Ushort): Int
infix fun Int.or(b: Uint): Int
infix fun Int.or(b: Ulong): Int
infix fun Long.or(b: Ubyte): Long
infix fun Long.or(b: Ushort): Long
infix fun Long.or(b: Uint): Long
infix fun Long.or(b: Ulong): Long
infix fun Short.or(b: Ubyte): Short
infix fun Short.or(b: Ushort): Short
infix fun Short.or(b: Uint): Short
infix fun Short.or(b: Ulong): Short