You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Type/Any.pod6
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1023,7 +1023,10 @@ Defined as:
1023
1023
1024
1024
method collate(--> Seq)
1025
1025
1026
-
Collate sorts taking into account Unicode grapheme characteristics; that is, sorting more or less as one would expect instead of using the order in which their codepoints appear. Collate will behave this way if the object it is applied to is Iterable.
1026
+
Collate sorts taking into account Unicode grapheme characteristics; that is,
1027
+
sorting more or less as one would expect instead of using the order in which
1028
+
their codepoints appear. Collate will behave this way if the object it is
0 commit comments