This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
habere-et-disper What is `::` called, and what does it do in a name? Eg: `class foo::bar` 22:57
A search on the documentation is turning up all manner of unrelated things. Thanks!
Nemokosch docs.raku.org/language/packages#in...::_package 23:02
the search of the to-be doc site is way better, I just quickly started my local instance and looked this stuff up 😄 23:05
habere-et-disper Thanks! 23:09
habere-et-disper [Documentation of splice] docs.raku.org/routine/splice 23:34
At the bottom of the page, it reads:
"$bú.splice:  0, 3, <3 2 1>;"
But bú is not yet defined?
Nemokosch you are right; seems like something is missing there 23:37
you know... the problem is the following 23:48
the actual unit of documentation is this file: github.com/Raku/doc/edit/master/do...e/Buf.pod6 23:49
and in this file, the examples seem to build upon the same theme - which may or may not be a good idea but isn't downright bizarre in context