logior
(logior &rest integers)
Variadic bitwise inclusive OR of its integer arguments. With no arguments it returns 0 (the identity). The operation is exact for arbitrarily large integers on every backend.
(logior &rest integers)
Variadic bitwise inclusive OR of its integer arguments. With no arguments it returns 0 (the identity). The operation is exact for arbitrarily large integers on every backend.