File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,6 @@ Examples:
265
265
The optional named parameters C < :k > , C < :kv > , C < :p > , C < :v > provide the same
266
266
functionality as on slices:
267
267
268
- = over 4
269
-
270
268
= item k
271
269
272
270
Only return the index values of the matching elements in order.
@@ -321,8 +319,6 @@ Examples:
321
319
The optional named parameters C < :k > , C < :kv > , C < :p > provide the same
322
320
functionality as on slices:
323
321
324
- = over 4
325
-
326
322
= item k
327
323
328
324
Return the index value of the matching element. Index is always counted from
@@ -661,8 +657,8 @@ as they're seen for the second time (or more).
661
657
662
658
Examples:
663
659
664
- say <a a b b b c c>.repeated # a b b b c
665
- say <a b b c c b a>.repeated # a b c b a
660
+ say <a a b b b c c>.repeated # a b b c
661
+ say <a b b c c b a>.repeated # b c b a
666
662
say <a A B b c b C>.repeated(:as(&lc)) # A b b C
667
663
668
664
my @list = {a => 42}, {b => 13}, {a => 42};
You can’t perform that action at this time.
0 commit comments