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