/// Type alias for [`std::collections::HashMap<K, V, foldhash::fast::RandomState>`]. pubtype HashMap<K, V> = std::collections::HashMap<K, V, RandomState>;
/// Type alias for [`std::collections::HashSet<T, foldhash::fast::RandomState>`]. pubtype HashSet<T> = std::collections::HashSet<T, RandomState>;
/// A convenience extension trait to enable [`HashMap::new`] for hash maps that use `foldhash`. pubtrait HashMapExt { /// Creates an empty `HashMap`. fn new() -> Self;
/// Creates an empty `HashMap` with at least the specified capacity. fn with_capacity(capacity: usize) -> Self;
}
/// A convenience extension trait to enable [`HashSet::new`] for hash sets that use `foldhash`. pubtrait HashSetExt { /// Creates an empty `HashSet`. fn new() -> Self;
/// Creates an empty `HashSet` with at least the specified capacity. fn with_capacity(capacity: usize) -> Self;
}
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.14Angebot
(Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.