Iterators: Difference between revisions

m
m (→‎{{header|Raku}}: abstract away some intermediate variables to not clutter up the example)
Line 148:
 
say "Note: here we are iterating over the %positional-iterable-types hash, but
the order we get elements out inis not the same as the order they were inserted.
Hashes are not guaranteed to be in any specific order, in fact, they are
guaranteed to _not_ be in any specific order.";
Line 170:
{{out}}
<pre>Note: here we are iterating over the %positional-iterable-types hash, but
the order we get elements out inis not the same as the order they were inserted.
Hashes are not guaranteed to be in any specific order, in fact, they are
guaranteed to _not_ be in any specific order.
10,327

edits