File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1010,17 +1010,19 @@ to the original hash.
1010
1010
multi method classify ( Hash: %mapper, *@values --> Hash )
1011
1011
multi method classify ( Hash: @mapper, *@values --> Hash )
1012
1012
1013
- Same as L<List>'s C<classify>, but allows consecutive runs to be applied to the
1014
- same hash.
1013
+ Basically has the same functionality as L<List>'s C<classify>, but called as a
1014
+ method on the Hash that is also returned. This allows multiple calls to add
1015
+ data to the same Hash.
1015
1016
1016
1017
=item categorize
1017
1018
1018
1019
multi method categorize ( Hash: &mapper, *@values --> Hash )
1019
1020
multi method categorize ( Hash: %mapper, *@values --> Hash )
1020
1021
multi method categorize ( Hash: @mapper, *@values --> Hash )
1021
1022
1022
- Same as L<List>'s C<categorize>, but allows consecutive runs to be applied to
1023
- the same hash.
1023
+ Basically has the same functionality as L<List>'s C<categorize>, but called as a
1024
+ method on the Hash that is also returned. This allows multiple calls to add
1025
+ data to the same Hash.
1024
1026
1025
1027
=back
1026
1028
You can’t perform that action at this time.
0 commit comments