MCPcopy 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)]
201fn iota<T, U>(a: &mut [T], x: U)
202where
203 T: BitXorAssign<U> + Copy,
204{
205 a[0] ^= x;
206}

Callers 1

iterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected