kcl_lib/
collections.rs

1use indexmap::IndexSet;
2
3pub type AhashIndexSet<T> = IndexSet<T, ahash::RandomState>;