Function SpanExtensions.CopyFrom
        
                CopyFrom<T>
        
                (thisUnsafeSpan<T> span, NativeArray<T> array)
    
            
            Copies the contents of a NativeArray to this span.
                Public
                    Static
            
        
        
                CopyFrom<T>
        
                (thisUnsafeSpan<T> span, T[] array)
    
            
            Copies the contents of an array to this span.
                Public
                    Static
            
        
        
                CopyFrom<T>
        
                (thisUnsafeSpan<T> span, UnsafeSpan<T> other)
    
            
            Copies the contents of another span to this span.
                Public
                    Static