Join Slack
Powered by
The other problem with language-level collections ...
# language-proposals
d
damian
06/06/2016, 11:30 PM
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
Open in Slack
Previous
Next