or

infix fun or(other: Bool3): Bool3

Performs a logical OR operation between this Bool3 instance and another Bool3 instance.

Return

A new Bool3 instance resulting from the OR operation.

Parameters

other

The other Bool3 instance to perform the OR operation with.