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

Method pop

perro_source/core/perro_structs/src/structs/bit_mask.rs:234–239  ·  view source on GitHub ↗
(&mut self, layers: L)

Source from the content-addressed store, hash-verified

232
233 #[inline]
234 pub fn pop<L>(&mut self, layers: L)
235 where
236 L: IntoBitMaskLayers,
237 {
238 *self = self.popped(layers);
239 }
240
241 #[inline]
242 pub fn popped<L>(self, layers: L) -> Self

Callers 15

preview_runtime_orderFunction · 0.45
collect_innerFunction · 0.45
undo_scene_docFunction · 0.45
redo_scene_docFunction · 0.45
rename_bitmask_instanceFunction · 0.45
set_scene_tree_listFunction · 0.45
set_file_tree_listFunction · 0.45
rename_value_rowFunction · 0.45
push_value_rowsFunction · 0.45

Calls 1

poppedMethod · 0.80

Tested by 7

rename_value_rowFunction · 0.36
push_value_rowsFunction · 0.36
push_enum_payload_rowsFunction · 0.36