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 9292ce5 commit f743848Copy full SHA for f743848
doc/Type/Any.pod6
@@ -135,7 +135,7 @@ Defined as:
135
multi method sort()
136
multi method sort(&custom-routine-to-use)
137
138
-Sorts iterables with L<cmp> or given code object and returns a new L<List>.
+Sorts iterables with L<cmp> or given code object and returns a new L<Seq>.
139
Optionally, takes a L<Callable> as a positional parameter, specifying how to
140
sort.
141
0 commit comments