doc icon indicating copy to clipboard operation
doc copied to clipboard

Document Seq.ACCEPTS

Open JJ opened this issue 5 years ago • 0 comments

The problem

it does have specific behavior (although not clear what that is, according to rakudo/rakudo#2468), so it should probably be documented specifically.

Suggestions

For the time being, wait for that issue to be solved. Then, document it. This, for instance, returns True

say [1,1,2] ~~ @fib[^3]

Right and left iterate, and smartmatch is done at every iteration. It works with lists too (any iterable)

JJ avatar May 02 '20 11:05 JJ