Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write_u128
Method
write_u128
rust/stringzilla.rs:686–688 ·
view source on GitHub ↗
(&mut self, i: u128)
Source
from the content-addressed store, hash-verified
684
}
685
#[inline]
686
fn write_u128(&mut self, i: u128) {
687
self.write(&i.to_le_bytes());
688
}
689
#[inline]
690
fn write_usize(&mut self, i: usize) {
691
self.write(&i.to_le_bytes());
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected