tuweni / org.apache.tuweni.bytes / Bytes48 / or

or

open fun or(other: Bytes48!): Bytes48! (source)

Return a bit-wise OR of these bytes and the supplied bytes.

Parameters

other - Bytes48!: The bytes to perform the operation with.

Return
Bytes48!: The result of a bit-wise OR.