band multimethod

Methods

band(a:Int, b:Int)
Bitwise and

Returns

Int

Example

7.band(5)  # 5