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

Method from

src/entity/primary_map.rs:314–319  ·  view source on GitHub ↗
(elems: Vec<V>)

Source from the content-addressed store, hash-verified

312{
313 #[inline]
314 fn from(elems: Vec<V>) -> Self {
315 Self {
316 elems,
317 marker: PhantomData,
318 }
319 }
320}
321
322impl<K, V> fmt::Debug for PrimaryMap<K, V>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected