Join Slack
Communities
Powered by
I think by far, the most common use-case is going ...
# stdlib
k
kevinmost
02/15/2018, 3:11 PM
I think by far, the most common use-case is going to be combining collections (either a union of two sets, or concatenating two lists)
➕ 1
k
karelpeeters
02/21/2018, 10:36 AM
I don't really know how immutable collections are implemented/used, but I image they would be useful in something like
flatMap
, which always concatinates lots of lists together.
2
Views
Open in Slack
Previous
Next