MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / new_map

Function new_map

splashsurf_lib/src/lib.rs:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89pub(crate) type MapType<K, V> = std::collections::HashMap<K, V, HashState>;
90pub(crate) type SetType<K> = std::collections::HashSet<K, HashState>;
91pub(crate) fn new_map<K, V>() -> MapType<K, V> {
92 // TODO: Remove this function
93 Default::default()
94}
95
96/*
97// Switch to BTreeMap in debug mode for easier debugging due to deterministic iteration order

Calls

no outgoing calls

Tested by 1