Unicode.Set.Operation.traverse

You're seeing just the function traverse, go back to Unicode.Set.Operation module for more information.

Prewalks the expanded AST from a parsed Unicode Set invoking a function on each codepoint range in the set.

Link to this function

traverse(range, var, fun)

View Source