or

infix fun Byte.or(other: Int): Byte

Binary OR operation on a Byte type.

Receiver

The first byte.

Return

The result of the OR operation.

Parameters

other

The second byte.


infix fun UByte.or(other: Int): UByte

Binary OR operation on a UByte type.

Receiver

The first unsigned byte.

Return

The result of the OR operation.

Parameters

other

The second byte.


infix fun Short.or(other: Int): Short

Binary OR operation on a Short type.

Receiver

The first short.

Return

The result of the OR operation.

Parameters

other

The second byte.


infix fun UShort.or(other: Int): UShort

Binary OR operation on a UShort type.

Receiver

The first unsigned short.

Return

The result of the OR operation.

Parameters

other

The second byte.