<@U2EDV2M33> Not better but imo more concise: `mut...
# getting-started
b
@kkarad Not better but imo more concise:
mutableMapOf<String,String>().apply{putAll( props.filter {it.key is String && it.value is String})}