tock / ai.tock.shared / java.util.Enumeration / toSet

toSet

fun <T> Enumeration<T>.toSet(): Set<T> (source)

Extract a Set from an Enumeration.