how to combine two immutable lists into new immutable list? or add element to a list to create anew ...
s
how to combine two immutable lists into new immutable list? or add element to a list to create anew list. Something like newImmutableList = immutableList + element?
d
Yes
2