Function NativeCircularBuffer.Splice
        
                Splice
        
                (int startIndex, int toRemove, List<T> toInsert)
    
            
            Removes toRemove items from the buffer, starting at startIndex, and then inserts the toInsert items at startIndex.
                Public
            
        void Splice (
int  |     startIndex  |         |
int  |     toRemove  |         |
List<T>  |     toInsert  |         
Removes toRemove items from the buffer, starting at startIndex, and then inserts the toInsert items at startIndex.