Skip to content

Conversation

rw-vanc
Copy link
Contributor

@rw-vanc rw-vanc commented Apr 21, 2023

I only really needed reverse name lookup, but I implemented some iterators along the way. fold and find_map iterate over all values. find_map does a sort of short circuit to reduce the number of visits, but does not necessarily stop on the first correct result. level_fold is similar to traverse but returns a value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant