///|
/// Ordered indexes keep hostile package names and relationship identifiers
/// independent of the runtime's string-hash collision behavior.
type StableStringMap[V] = @sorted_map.SortedMap[String, V]
///|
type StableStringSet = @sorted_set.SortedSet[String]