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