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