MCPcopy Create free account
hub / github.com/Axect/Peroxide / skip

Method skip

src/complex/vector.rs:87–89  ·  view source on GitHub ↗
(&self, n: usize)

Source from the content-addressed store, hash-verified

85 }
86
87 fn skip(&self, n: usize) -> Self {
88 self.iter().skip(n).cloned().collect()
89 }
90
91 fn sum(&self) -> Self::Scalar {
92 self.iter().sum()

Callers 2

geppFunction · 0.45
gecpFunction · 0.45

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected