MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / default

Method default

src/entity/primary_map.rs:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199{
200 #[inline]
201 fn default() -> PrimaryMap<K, V> {
202 PrimaryMap::new()
203 }
204}
205
206impl<K, V> Index<K> for PrimaryMap<K, V>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected