Function CircularBuffer.PushStart
        
                PushStart
        
                (T item)
    
            
            Pushes a new item to the start of the buffer.
                Public
            
        void PushStart (
T  |     item  |         
Pushes a new item to the start of the buffer.