We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea0a88 commit 863d28bCopy full SHA for 863d28b
doc/Language/hashmap.pod6
@@ -390,7 +390,7 @@ u: 5
390
in alphabetical order as desired. To achieve this result, we sorted
391
the hash of vowels by key (C<%vowels.sort(*.key)>) which we then ask for its
392
keys and values by applying the C<.kv> method to each element via the unary
393
-C< >> > hyperoperator resulting in a L<List> of key/value lists. To extract
+C«>>» hyperoperator resulting in a L<List> of key/value lists. To extract
394
the key/value the variables thus need to be wrapped in parentheses.
395
396
An alternative solution is to flatten the resulting list. Then the key/value
0 commit comments