pub type IndexSet<K, Key = KeyData> = HashMap<K, HashSet<Key>>;
pub struct IndexSet<K, Key = KeyData> { /* private fields */ }