rust runtime
build / build (push) Failing after 1m8s

This commit is contained in:
2026-07-17 23:12:44 -06:00
parent 85d34883a6
commit 8f46f744b5
10 changed files with 1951 additions and 10 deletions
+6
View File
@@ -15,3 +15,9 @@ XXXX XXXX XXXX XXXX XXXX XXXX XXXX XX00
zero indicates a 30-bit fixnum /
in the upper bits
#+end_example
| type/value | low bits |
|------------+----------|
| small int | 0 |
| ~false~ | 01 |
| ~true~ | 11 |