MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / write_i128

Method write_i128

rust/stringzilla.rs:710–712  ·  view source on GitHub ↗
(&mut self, i: i128)

Source from the content-addressed store, hash-verified

708 }
709 #[inline]
710 fn write_i128(&mut self, i: i128) {
711 self.write(&i.to_le_bytes());
712 }
713 #[inline]
714 fn write_isize(&mut self, i: isize) {
715 self.write(&i.to_le_bytes());

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected