(bitpos hash shift)
(core/defmacro bitpos [hash shift] (core/list 'js* "(1 << ~{})" `(mask ~hash ~shift)))