pub type LanguageSystemList<'a> = RecordList<'a, LanguageSystem<'a>>;
Expand description

A list of LanguageSystem records.