and

infix fun and(other: Bool3): Bool3

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

Return

A new Bool3 instance resulting from the AND operation.

Parameters

other

The other Bool3 instance to perform the AND operation with.