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

Method into_bitmask

perro_source/core/perro_structs/src/structs/bit_mask.rs:98–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96{
97 #[inline]
98 fn into_bitmask(self) -> Option<BitMask> {
99 BitMask::try_from_layers(self)
100 }
101}
102
103impl<L> IntoBitMaskLayers for &[L]

Callers 2

pushedMethod · 0.80
poppedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected