Transaction.bitAnd

Performs a bitwise `and` operation. If the existing value in the database is not present or shorter than `param`, it is first extended to the length of `param` with zero bytes. If `param` is shorter than the existing value in the database, the existing value is truncated to match the length of `param`.

class Transaction
const
void
bitAnd
(
in Key key
,)

Meta