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 3196803 commit b8c0bbeCopy full SHA for b8c0bbe
doc/Type/Any.pod6
@@ -801,7 +801,8 @@ argument or C<===> by default.
801
"aABbccdDaa".comb.squish( :as(&lc) ).say; # OUTPUT: «(a B c d a)»
802
(3+2i,3+3i,4+0i).squish( as => *.re, with => &[==]).put; #OUTPUT: «3+2i 4+0i»
803
804
-As shown in the last example, a sequence can contain a single element.
+As shown in the last example, a sequence can contain a single element. See
805
+L<C<List.squish>|/type/List#routine_squish> for additional examples.
806
807
=head2 method permutations
808
0 commit comments