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