On Thu, Feb 4, 2016 at 5:43 PM, Michael Landis <[email protected]> wrote: > so ... what's the syntax for creating an empty Queue{ByteString}? > > qbs = Queue{ByteString}([]) # also produces convert errors
I think the document tells you exactly that. https://github.com/JuliaLang/DataStructures.jl#stack-and-queue Queue(ByteString) seems to work. > > >> >
