toSymbolSets

fun Map<String, String>.toSymbolSets(): List<SymbolSet>

Converts a map to a list of symbol sets, using the key as the name and the value as the symbols.

Return

a list of symbol sets

Sources

jvm source
Link copied to clipboard