Return an object with the binary AND between respective bits from a and b.
Synopsis
Return Value
The intersection of a and b.
Parameters
Name |
Description |
a |
The left‐hand bitset. |
b |
The right‐hand bitset. |
Created with MrDocs