Function SpanExtensions.AsUnsafeSpan
        
                AsUnsafeSpan<T>
        
                (this NativeArray<T> arr)
    
            
            Converts a NativeArray to a span.
                Public
                    Static
            
        
        
                AsUnsafeSpan<T>
        
                (this NativeList<T> list)
    
            
            Converts a NativeList to a span.
                Public
                    Static
            
        
        
                AsUnsafeSpan<T>
        
                (this NativeSlice<T> slice)
    
            
            Converts a NativeSlice to a span.
                Public
                    Static
            
        
        
                AsUnsafeSpan<T>
        
                (this UnsafeAppendBuffer buffer)
    
            
            Converts an UnsafeAppendBuffer to a span.
                Public
                    Static
            
        
        
                AsUnsafeSpan<T>
        
                (this UnsafeList<T> arr)
    
            
            Converts an UnsafeList to a span.
                Public
                    Static