Searched defs:ApproximateByteSet (Results 1 – 1 of 1) sorted by relevance
648 struct ApproximateByteSet(u64); struct650 impl ApproximateByteSet { implementation652 fn new(needle: &[u8]) -> ApproximateByteSet { in new()