HASH_SIZE section

This commit is contained in:
AF 2023-05-20 05:11:11 +00:00
parent 343baf150f
commit bb44e06dea

View File

@ -4,3 +4,8 @@
* It's meant to be `Rc`d.
* For proper indirection, there is `Point`.
* It can be re-parsed.
## `HASH_SIZE` as a global static constant
* Prevents using varied hash sizes.
* Prevents using dynamic hash sizes.
* Not a context-specific constant because associated `const`s in `const` context are unstable.