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

Method default

src/entity/sparse.rs:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 Self {
305 sparse: Default::default(),
306 dense: Default::default(),
307 }
308 }
309}
310
311impl<K, V> IntoIterator for SparseMap<K, V>
312where
313 K: EntityRef,
314{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected