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

Method add

rust/stringzilla.rs:346–348  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

344 /// This function assumes the character is in the ASCII range.
345 #[inline]
346 pub fn add(&mut self, c: char) {
347 self.add_u8(c as u8);
348 }
349
350 /// Inverts the bit-set so that all set bits become unset and vice versa.
351 #[inline]

Callers 3

replace_all_with_finderFunction · 0.45
decode_batchMethod · 0.45
as_setMethod · 0.45

Calls 1

add_u8Method · 0.80

Tested by

no test coverage detected