Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gepp
Function · 0.45
gecp
Function · 0.45
Calls
1
iter
Method · 0.80
Tested by
no test coverage detected