Skip to main content

Module language_index

Module language_index 

Source
Expand description

Index by language.

Groups code units by their Language for fast filtered lookups. Building the index is O(n); lookups are O(1).

Structsยง

LanguageIndex
Index that groups code units by language.