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

Method to_vec

perro_source/core/perro_structs/src/structs/matrix/mod.rs:758–763  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

756
757 #[inline]
758 pub fn to_vec(&self) -> Vec<T>
759 where
760 T: Copy,
761 {
762 self.as_slice().to_vec()
763 }
764
765 #[inline]
766 pub fn into_vec(self) -> Vec<T> {

Callers 15

resolve_defs_in_moduleFunction · 0.80
resolve_defs_globalFunction · 0.80
empty_array_add_rowFunction · 0.80
empty_object_rowFunction · 0.80
supported_fieldsFunction · 0.80
select_pawdio_payloadFunction · 0.80
decode_raw_ptexFunction · 0.80

Calls 1

as_sliceMethod · 0.45