Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write_isize
Method
write_isize
rust/stringzilla.rs:714–716 ·
view source on GitHub ↗
(&mut self, i: isize)
Source
from the content-addressed store, hash-verified
712
}
713
#[inline]
714
fn write_isize(&mut self, i: isize) {
715
self.write(&i.to_le_bytes());
716
}
717
}
718
719
/// BuildHasher for constructing `Hasher` instances, enabling use with HashMap/HashSet.
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected