when adding the immutable collections to kotlin, i...
# language-proposals
c
when adding the immutable collections to kotlin, is there any plan to support non-empty-collection types. i think it would be a great idea. all methods in the stdlib that return null for empty collections could add a null safe version. and it makes total sense, in some way empty collections are a special case like null is a special case
🤔 1