Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ into_vec
Method
into_vec
perro_source/core/perro_structs/src/structs/matrix/mod.rs:766–768 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
764
765
#[inline]
766
pub fn into_vec(self) -> Vec<T> {
767
self.0.into_iter().flatten().collect()
768
}
769
770
#[inline]
771
pub fn sum(&self) -> T
Callers
1
into_variant
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected