https://kotlinlang.org logo
a

apatrida

12/31/2015, 12:17 AM
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) }