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

Method copy_to_slice

perro_source/core/perro_structs/src/structs/matrix/mod.rs:711–716  ·  view source on GitHub ↗
(&self, out: &mut [T])

Source from the content-addressed store, hash-verified

709
710 #[inline]
711 pub fn copy_to_slice(&self, out: &mut [T]) -> Option<usize>
712 where
713 T: Copy,
714 {
715 self.write_flat(out)
716 }
717
718 #[inline]
719 pub fn copy_from(&mut self, src: &Self) -> &mut Self

Callers

nothing calls this directly

Calls 1

write_flatMethod · 0.80

Tested by

no test coverage detected