Skip to main content

Module type_index

Module type_index 

Source
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ยง

TypeIndex
Index that groups code units by their type.