FlexibleByteRingQueue.push

Pushes an item into the queue.

item.length = 0 is allowed.

  1. bool push(void[] item)
    class FlexibleByteRingQueue
    bool
    push
    (
    in void[] item
    )
  2. void[] push(size_t size)

Parameters

item void[]

data item to push

Return Value

Type: bool

true if the item was pushed successfully, false if it didn't fit

Meta