Conversation

rw-vanc

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 . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@rw-vanc