Skip to main content

LookupMatchesIter

No overview available.

Attributes

AttributeTypeDescription
stackSmallVec< [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

NameTypeDescription
stackSmallVec< [NestedFrame< 'a, 'j >; 1] >The initial stack of nested frames representing the current traversal state and context.