pub type SetL<K> = Set<K, { _ }>;
set with a larger chunk size, faster to search, slower to update
struct SetL<K>(/* private fields */);