Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vectorized/function-selector-miner
/ iota
Function
iota
src/lib.rs:201–206 ·
view source on GitHub ↗
(a: &mut [T], x: U)
Source
from the content-addressed store, hash-verified
199
200
#[inline(always)]
201
fn iota<T, U>(a: &mut [T], x: U)
202
where
203
T: BitXorAssign<U> + Copy,
204
{
205
a[0] ^= x;
206
}
Callers
1
iter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected