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