Hi,

On 01.10.2016 04:22, Francis (Grizzly) Smit wrote:
> I keep finding stuff like this:
> 
> multi method spurt(IO::Path:D: Blob $contents, :$bin, |c)
> multi method spurt(IO::Path:D: Cool $contents, :$bin, |c)
> 
> 
> but I cannot find the |c syntax in the docs I have googled but no good 
> a pointer or link would be good. 

Just for the record, a good approach to find such a thing would be to
type the defining character, here the |, into search box on
https://doc.perl6.org/.

It doesn't work for everything, but for | it does give you, among other
things, "| (parameter)", which points to relevant documentation.

Cheers,
Moritz


-- 
Moritz Lenz
https://deploybook.com/ -- https://perlgeek.de/ -- https://perl6.org/

Reply via email to