Join Slack
Powered by
Super basic question, but if I have a map `var err...
# getting-started
k
katien
12/05/2017, 7:43 PM
Super basic question, but if I have a map
var errors: Map<String, *>
with values which are either `String`s or `List<String>`s, how can I convert it to a map where all values are lists of strings?
Map<String, List<String>>
2
Views
Open in Slack
Previous
Next