Merges this instance with other using the AND logical operator.
this
other
AND
Uint8List operator &(Uint8List other) => merge(other, (a, b, i) => a & b);