Structs§
- SsoHash
Set - Small-storage-optimized implementation of a set.
Enums§
- SsoHash
Map - Small-storage-optimized implementation of a map.
Functions§
- ensure_
sufficient_ stack - Grows the stack on demand to prevent stack overflow. Call this in strategic locations
to “break up” recursive calls. E.g. almost any call to
visit_expr
or equivalent can benefit from this.