MCPcopy Create free account
hub / github.com/PerroEngine/Perro / without

Method without

perro_source/core/perro_structs/src/structs/bit_mask.rs:256–261  ·  view source on GitHub ↗
(layers: L)

Source from the content-addressed store, hash-verified

254
255 #[inline]
256 pub fn without<L>(layers: L) -> Self
257 where
258 L: IntoBitMaskLayers,
259 {
260 Self::ALL.popped(layers)
261 }
262
263 #[inline]
264 pub const fn union(self, other: Self) -> Self {

Callers

nothing calls this directly

Calls 1

poppedMethod · 0.80

Tested by

no test coverage detected