open fun or(other: Bytes32!): Bytes32!
Return a bit-wise OR of these bytes and the supplied bytes.
other - Bytes32!: The bytes to perform the operation with.
other
Return Bytes32!: The result of a bit-wise OR.