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 5a09ded commit 920c6cbCopy full SHA for 920c6cb
doc/Type/Any.pod6
@@ -663,7 +663,7 @@ L«C<List.permutations>|/type/List#routine_permutations» on it.
663
664
Defined As:
665
666
- method categorize(&mapper --> Seq)
+ method categorize(&mapper --> Hash:D)
667
668
Treats the C<Any> as a 1-item list and uses
669
L«C<List.categorize>|/type/List#routine_categorize» on it.
@@ -674,7 +674,7 @@ L«C<List.categorize>|/type/List#routine_categorize» on it.
674
675
676
677
- method classify(&mapper --> Seq)
+ method classify(&mapper -->Hash:D)
678
679
680
L«C<List.classify>|/type/List#routine_classify» on it.
0 commit comments