Expand description
Items to assist traversal of Pint ABI Keyed Vars.
This assists in traversal of the storage section of the Pint ABI.
Structs§
- Keyed
- Represents a visited keyed var along with the context in which its nested.
- Keyed
VarTree - The
TypeABIrose tree represented as a graph.
Enums§
Functions§
- partial_
key_ from_ nesting - Given a type nesting, returns a partial key to the nested value.
- ty_size
- The number of words used to represent an ABI type in key form.
Type Aliases§
- EdgeIx
- An index into a
KeyedVarGraphedge. - Keyed
VarGraph - The graph structure used to represent the
KeyedVarTreeinternally. - NodeIx
- An index into a
KeyedVarGraphnode.