export type TPickElementFromSetFunction = (set: Set, predicate: (element: T) => boolean) => T;