by the way <@U0DN24414> you can use just the `.wit...
# kohesive
a
by the way @jkwatson you can use just the
.with { …}
function instead of initializedBy …
Copy code
val x = hashMapOf(“one” to 1).with { put(“two” to 2) }