pub type Int64Set = FxHashSet<i64>;
Fast single-threaded hash set for i64 keys
pub struct Int64Set { /* private fields */ }