toResultSetOr

inline suspend fun <T, E> <Error class: unknown class><Result<T, E>>.toResultSetOr(destination: MutableSet<T> = LinkedHashSet(), block: (Collection<E>) -> Set<T>): Set<T>