Do we have operator plus in std collections like `...
# announcements
e
Do we have operator plus in std collections like
2 + listOf<Int>()
? It seams like I have to wrap 2 in list all the time. If not, is there are KEEP for it?