constexpr bool empty() const noexcept;
检测 mdspan 是否为空。
mdspan
(无)
当多维索引空间 extents() 的大小为 0 时返回 true,否则返回 false。
0
true
false