&

(& integer mask ...) -> integer

Performs a bitwise and.

Example:

>> (& 3 5)
:: 1