IRingQueue.data

Data array -- the actual queue where the items are stored.

class IRingQueue(IBaseQueue)
protected
ubyte[] data;

Meta