Re-exports§
pub use dfs_with_path::DfsWithPath;pub use dedup::*;pub use hash_cons::*;
Modules§
- dedup
- Deduplication of repeated values in the serialized output.
- dfs_
with_ path - hash_
by_ addr - hash_
cons - serialize_
map_ to_ array - type_
map
Enums§
- Cycle
Detector - An enum to manage potentially-cyclic computations.
Constants§
Statics§
Functions§
- arg_
value - arg_
values - Returns the values of the command-line options that match
find_arg. The options are built-in to be of the form--arg=valueor--arg value. - ensure_
sufficient_ stack - Grows the stack on demand to prevent stack overflow. Call this in strategic locations to “break up” recursive calls. E.g. most statement visitors can benefit from this.
- pretty_
display_ list - Custom function to pretty-print elements from an iterator The output format is:
- repeat_
except_ first - Yield
Nonethen infinitely manySome(x).