Expand description
General utilities.
Enums§
- Never
- An empty type.
Functions§
- collect_
array - Collect a vector into an array.
- depth
- Calculate the depth of a node in the hierarchy.
- display_
list - Write a comma separated list of of some types.
Like
debug_list
, but using the Display instance rather than Debug, and not adding surrounding square brackets. - display_
list_ with_ separator - Write a separated list of of some types, using a custom separator.
Like
debug_list
, but using the Display instance rather than Debug, and not adding surrounding square brackets. - sorted_
consts - Sort some input constants by port and just return the constants.
- try_
collect_ array - Collect a vector into an array.