Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashvardanian/StringZilla
/ write_u16
Method
write_u16
rust/stringzilla.rs:674–676 ·
view source on GitHub ↗
(&mut self, i: u16)
Source
from the content-addressed store, hash-verified
672
}
673
#[inline]
674
fn write_u16(&mut self, i: u16) {
675
self.write(&i.to_le_bytes());
676
}
677
#[inline]
678
fn write_u32(&mut self, i: u32) {
679
self.write(&i.to_le_bytes());
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected