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 1ba43da commit 5ef456bCopy full SHA for 5ef456b
doc/Type/Any.pod6
@@ -111,10 +111,10 @@ into the newly created Array.
111
112
Defined as:
113
114
- multi sub reverse(*@list --> List:D)
115
- multi method reverse(List:D: --> List:D)
+ multi sub reverse(*@list --> Seq:D)
+ multi method reverse(List:D: --> Seq:D)
116
117
-Returns a list with the same elements in reverse order.
+Returns a L«C<Seq>|/type/Seq> with the same elements in reverse order.
118
119
Note that C<reverse> always refers to reversing elements of a list;
120
to reverse the characters in a string, use L<flip>.
0 commit comments