function (brshift x & shifts) Returns the value of x bit shifted right by the sum of all values in shifts. x and each element in shift must be an integer.
(brshift 32 2) # => 8