# Functions
Assigned returns a RangeTable with all assigned code points for a given Unicode version.
Merge returns a new RangeTable that is the union of the given tables.
New creates a RangeTable from the given runes, which may contain duplicates.
Visit visits all runes in the given RangeTable in order, calling fn for each.