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

Class EntitySet

src/entity/set.rs:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17/// but is encoded much more efficiently as a bit vector.
18#[derive(PartialEq, Eq, Hash)]
19pub struct EntitySet<T>
20where
21 T: EntityRef,
22{
23 storage: Vec<Word>,
24 marker: PhantomData<T>,
25}
26
27impl<T> Clone for EntitySet<T>
28where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected