mapToSet

inline fun <T, R> Iterable<T>.mapToSet(transform: (T) -> R): Set<R>