go-queue
go-queue copied to clipboard
Will it be possible to add multiple items in a single go?
Currently I am looping the the slice of items and adding PushBack. Will it be possible to append a slice to q.rep as q.rep = append(q.rep, myslice...). I assume the q.inc() function would have to run beforehand?