//! A shape whose element count overflows usize must never become a
//! tensor: with a wrapping product, [2^32, 2^32] has "0" elements and an
//! empty buffer passes the length check, leaving a tensor that claims
//! 2^64 elements over no storage.
use Tensor;
const HUGE: = ;