Collections: Difference between revisions

m
→‎{{header|Scala}}: Rm Scala imp category
(Add Nimrod)
m (→‎{{header|Scala}}: Rm Scala imp category)
Line 2,143:
 
=={{header|Scala}}==
[[Category:Scala Implementations]]
{{libheader|Scala}}Scala has in his run-time library a rich set set of collections. Due to use of traits is this library easily realized and consistent. Collections provide the same operations on any type where it makes sense to do so. For instance, a string is conceptually a sequence of characters. Consequently, in Scala collections, strings support all sequence operations. The same holds for arrays.
 
Anonymous user