Documentation
Documentation
Sources
Core
Numbers
Integers
BinaryInteger.hylo
BinaryInteger
|=(_:)
Function
|=(_:)
Writes the bitwise OR of
self
and
other
to
self
.
Source
fun
|=
(_
other
:
Self
) {
inout
}