Function NativeCircularBuffer.TrimTo
        
                TrimTo
        
                (int length)
    
            
            Lowers the length of the buffer to the given value, and does nothing if the given value is greater or equal to the current length.
                Public
            
        void TrimTo (
int  |     length  |         
Lowers the length of the buffer to the given value, and does nothing if the given value is greater or equal to the current length.