Function UnsafeSpan.UnsafeSpan
        
                UnsafeSpan
        
                (Allocator allocator, int length)
    
            
            Allocates a new UnsafeSpan with the specified length.
                Public
            
        
        
                UnsafeSpan
        
                (void * ptr, int length)
    
            
            
                Public