The other problem with language-level collections ...
# language-proposals
d
The other problem with language-level collections syntax is that you can't use it for specific implementations. On Android you may end up using
ArrayMap
or
Bundle
more often than the built-in collections types... so defining
arrayMapOf
and
bundleOf
stays consistent with
hashMapOf
, etc
👍 3