squint icon indicating copy to clipboard operation
squint copied to clipboard

Core-fn: `bit-shift-left`

Open mauricioszabo opened this issue 2 years ago • 1 comments

(bit-shift-left 1 10) could be parsed into 1 << 10 on Node

mauricioszabo avatar Oct 17 '22 20:10 mauricioszabo

I think this can be implemented as a macro

borkdude avatar Oct 17 '22 20:10 borkdude

Added

borkdude avatar Dec 16 '23 15:12 borkdude