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

Method new

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

Source from the content-addressed store, hash-verified

35 #[inline]
36 #[must_use]
37 pub const fn new() -> Self {
38 Self {
39 elems: Vec::new(),
40 marker: PhantomData,
41 }
42 }
43
44 /// Create a new empty map with the given capacity.
45 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected