> On 21 Mar 2016, at 16:41, Elizabeth Mattijsen (via RT) 
> <perl6-bugs-follo...@perl.org> wrote:
> 
> # New Ticket Created by  Elizabeth Mattijsen 
> # Please include the string:  [perl #127756]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=127756 >
> 
> 
> use nqp; my str @a = "a".."e"; nqp::setelems(@a,0); nqp::setelems(@a,5); say 
> @a.join(":”)
> a:b:c:d:e
> 
> expected:
> ::::
> 
> 
> same for int / num arrays.

And the same for Bufs.reallocate:

$ 6 'dd Buf.allocate(10, (1,2,3)).reallocate(0).reallocate(5)'
Buf.new(1,2,3,1,2)

Reply via email to