Unicode.Set.Operation.union
You're seeing just the function
union
, go back to Unicode.Set.Operation module for more information.
Merges two lists of 2-tuples representing ranges of codepoints. The result is a single list of 2-tuple codepoint ranges that includes all codepoint from the two lists.
It is assumed that both lists are sorted prior to merging.