squint
squint copied to clipboard
Core-fn: `bit-shift-left`
(bit-shift-left 1 10)
could be parsed into 1 << 10
on Node
I think this can be implemented as a macro
Added