1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Add bit shifting built-ins

This commit is contained in:
Sophie Taylor (spacekitteh) 2025-04-11 09:43:20 +10:00
parent bbfe39ef27
commit 4eed1b32d9
3 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
synopsis: Add bit shifting built-ins
issues: [13000]
---
Added left and right bit shifting built-ins.