Expand description
Index by code unit type.
Groups code units by their CodeUnitType for fast filtered lookups.
Building the index is O(n) in the number of units; lookups are O(1).
Structsยง
- Type
Index - Index that groups code units by their type.
Index by code unit type.
Groups code units by their CodeUnitType for fast filtered lookups.
Building the index is O(n) in the number of units; lookups are O(1).