Re: What is the pipe symbol doing to my array?
[email protected] (ToddAndMargo via perl6-users) Mon, 3 Nov 2025 18:04:21 -0800
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 11/3/25 5:50 PM, Brian Duggan wrote: > The pipe symbol creates a Slip > > [0] > say (|<a b>).WHAT > (Slip) > > It is precisely equivalent to > > <a b>.Slip > > see > > https://docs.raku.org/type/Slip > > hope this helps > > Brian > Hi Brian, I am writing that down. Thank you! -T