HASH_SIZE section
This commit is contained in:
parent
343baf150f
commit
bb44e06dea
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user