Class Memory
    Public
    
    Various utilities for handling arrays and memory.
Public Static Methods
        
                Realloc<T>
        
                (arr, newSize, allocator, options=…)
    
                    
                    
                        Public
                            Static
                    
                
        
                Realloc<T>
        
                (arr, newSize)
    
                    
                    
                        Public
                            Static
                    
                
        
                Rotate3DArray<T>
        
                (arr, size, dx, dz)
    
                    
                    
                        Public
                            Static
                    
                
        
                ShrinkArray<T>
        
                (arr, newLength)
    
                    
                    Returns a new array with at most length newLength.
                        Public
                            Static
                    
                
        
                Swap<T>
        
                (a, b)
    
                    
                    Swaps the variables a and b.
                        Public
                            Static
                    
                
        
                UnsafeAppendBufferToArray<T>
        
                (src)
    
                    
                    
                        Public
                            Static