On Fri May 29 05:54:10 2015, r...@hoelz.ro wrote:
> On Wed May 13 16:38:02 2015, rjbs wrote:
> > A buf is supposed to be mutable, but I can't push to it.  TimToday++
> > said this
> > was incorrect behavior and just NYI.
> > 
> > ~$ perl6 -e 'my $b = Buf.new(1,2,3); $b.push(4)'
> > Cannot call push(Buf: Int); none of these signatures match:
> >     (Any:U \SELF: *@values, *%_)
> >   in block <unit> at -e:1
> > 
> > ~$ perl6 -e 'my buf8 $b; $b.push(4)'
> > Cannot modify an immutable Buf[uint8]
> 
> This is implemented in Rakudo now.

...but not with a listy argument.  D'oh!

Reply via email to