LookupMatchesIter
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| stack | SmallVec< [NestedFrame< 'a, 'j >; 1] > | A stack of nested frames used to track the current traversal state during the lookup matching process. |
Constructor
Signature
def LookupMatchesIter() - > [LookupMatchesIter](lookupmatchesiter.md?sid=validators_shared_lookup_tree_lookupmatchesiter)
Signature
def LookupMatchesIter(
stack: SmallVec< [NestedFrame< 'a, 'j >; 1] >
)
Parameters
| Name | Type | Description |
|---|---|---|
| stack | SmallVec< [NestedFrame< 'a, 'j >; 1] > | The initial stack of nested frames representing the current traversal state and context. |