This is probably obvious, but does using `hashMapO...
# announcements
k
This is probably obvious, but does using
hashMapOf(Pair(“KEY”,”VALUE”))
generate an extra Pair object to construct the HashMap?