Module hugr_core::std_extensions::collections
source · Expand description
List type and operations.
Structs§
- Collections extension definition.
- A list operation with a concrete element type.
- Dynamically sized list of values, all of the same type.
Enums§
- A list operation
Constants§
- Reported unique name of the extension
- Reported unique name of the list type.
- Pop operation name.
- Push operation name.
Functions§
- Get the type of a list of
elem_typeas aCustomType. - Get the
Typeof a list ofelem_type.