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

Method not

src/entity/small_set.rs:224–229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222
223 #[inline]
224 fn not(self) -> Self::Output {
225 Self {
226 storage: array::from_fn(|idx| !self.storage[idx]),
227 marker: PhantomData,
228 }
229 }
230}
231
232impl<T, W, const N: usize> ops::BitAndAssign for SmallEntitySet<T, W, N>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected