Queue
A FIFO queue of chunks that provides an O(1) size method and provides the ability to
take and drop individual elements while preserving the chunk structure as much as possible.
take and drop individual elements while preserving the chunk structure as much as possible.
This is similar to a queue of individual elements but chunk structure is maintained.
- Companion
- object
class Object
trait Matchable
class Any
Value members
Methods
check to see if this starts with the items in the given seq
should be the same as take(seq.size).toChunk == Chunk.seq(seq)
should be the same as take(seq.size).toChunk == Chunk.seq(seq)