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

Method new

src/entity/set.rs:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 #[inline]
54 #[must_use]
55 pub const fn new() -> Self {
56 Self {
57 storage: vec![],
58 marker: PhantomData,
59 }
60 }
61
62 /// Create a new set large enough to hold entity references with an index
63 /// below `max_index`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected