#include "tensorstore/array.h"
template <typename Other>
  
requires IsArray<std::remove_cvref_t<Other>> &&
          
 IsStaticCastConstructible<
               
ElementPointer,
              
 typename std::remove_cvref_t<Other>::ElementPointer> &&
          
 IsStaticCastConstructible<
               
Layout,
              
 typename std::remove_cvref_t<Other>::Layout>
explicit tensorstore::
    
Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::
        
Array(unchecked_tOther&other);

Unchecked conversion.