fun or(value: UInt384): UInt384
(source)
Return a bit-wise OR of this value and the supplied value.
value
- the value to perform the operation with
Return
the result of a bit-wise OR
fun or(bytes: Bytes48): UInt384
(source)
Return a bit-wise OR of this value and the supplied bytes.
bytes
- the bytes to perform the operation with
Return
the result of a bit-wise OR