()
| 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`. |
nothing calls this directly
no outgoing calls
no test coverage detected