ncarray::IndexArg
ncarray::IndexArg
Section titled “ncarray::IndexArg”Definition
Section titled “Definition”template<typename IdxT>concept= hd_std::integral<hd_std::decay_t<IdxT>> || hd_std::same_as<hd_std::decay_t<IdxT>, Slice> || hd_std::same_as<hd_std::decay_t<IdxT>, Ellipsis>;Detailed Description
Section titled “Detailed Description”Determines whether an object as an allowable argument to array indexing functions.