export function all<T extends Key = Key>(): KeySetAll<T> {
  return new KeySetAll<T>();
}