Modern versions of Rust nightlies have renamed `Vec::drain_filter` to
`Vec::extract_if` and changed the semantics slightly, but we actually
don't even need it, because stable Rust has `Vec::retain` and we don't
need to do anything with the removed pages.
//! Generally don't use this if your key would have a lot of collisions being represents in 8 bits, otherwise it might be a faster alternative to hash-based maps. You should check yourself before sticking with this crate instead of `std`'s vectorised map implementations.
//! Generally don't use this if your key would have a lot of collisions being represents in 8 bits, otherwise it might be a faster alternative to hash-based maps. You should check yourself before sticking with this crate instead of `std`'s vectorised map implementations.