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 dac3408 commit f8f82bcCopy full SHA for f8f82bc
doc/Type/Array.pod6
@@ -205,8 +205,8 @@ Example:
205
206
Defined as:
207
208
- multi sub splice(@list, $start = 0, $elems?, *@replacement --> Array)
209
- multi method splice(Array:D $start = 0, $elems?, *@replacement --> Array)
+ multi sub splice(@list, $start = 0, $elems?, *@replacement --> Array)
+ multi method splice(Array:D: $start = 0, $elems?, *@replacement --> Array)
210
211
Deletes C<$elems> elements starting from index C<$start> from the C<Array>,
212
returns them and replaces them by C<@replacement>. If C<$elems> is omitted,
0 commit comments