export function toSet(src: Iterable): Set { return new Set(src); }