toMap

fun Collection<SymbolSet>.toMap(): Map<String, String>

Converts a collection of symbol sets to a map from the symbol sets' names to the respective symbols.

Return

a map from the symbol sets' names to the respective symbols

Sources

jvm source
Link copied to clipboard