Skip to content

core::trie needs an external iterator #5506

Closed
@thestinger

Description

@thestinger

This is needed to implement Set, and useful by itself too.

The each implementation just needs to be translated into a state machine, but it's not quite as simple as the std::treemap one - it needs to store a node, index and then a stack of nodes/indices up to the root.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions