bitvector-jvm-0.1.4 / net.onedaybeard.bitvector / BitVector / or

or

fun or(other: BitVector): Unit (source)

Performs a logical OR of this bit set with the bit set argument. This bit set is modified so that a bit in it has the value true if and only if it either already had the value true or the corresponding bit in the bit set argument has the value true.

Parameters

other - a bit set