Skip to content

support constructing trie without value #1

@oToToT

Description

@oToToT

I think it would be great to have some beautiful way to construct a trie with only key but not value.

Like what STL does, we have std::set, which is a degeneration of std::map. It is quite useful to have something like std::set when we just want to check whether a specific element exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions