Iterators: Difference between revisions

m
→‎{{header|Raku}}: sigh, more typos
m (→‎{{header|Raku}}: sigh, more typos)
Line 153:
 
for %positional-iterable-types.values {
say "\nType " ~ .^name ~ ', contents: ' ~ .$_ ~ "\nFirst, fourth and fifth from start; " ~
.[0, 3, 4] ~ ', and from end: ' ~ .[*-1, *-4, *-5];
};
10,327

edits