export interface ISetUtils { getLastElement(set: Set): T | undefined; }