Collections: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku in comments)
Line 3,035: Line 3,035:
=={{header|Raku}}==
=={{header|Raku}}==
(formerly Perl 6)
(formerly Perl 6)

Perl 6 has both mutable and immutable containers of various sorts. Here are some of the most common ones:
Raku has both mutable and immutable containers of various sorts. Here are some of the most common ones:
===Mutable===
===Mutable===
<lang perl6># Array
<lang perl6># Array