Function UnsafeSpan.Reinterpret
        
                Reinterpret<U>
        
                ()
    
            
            Returns a copy of this span, but with a different data-type.
                Public
            
        
        
                Reinterpret<U>
        
                (int expectedOriginalTypeSize)
    
            
            Returns a copy of this span, but with a different data-type.
                Public