export default (it: Iterable) => new Set(it).values();