MutableArrayLike
MutableArrayLike
Section titled “MutableArrayLike”#include <ncarray/array_traits.hh>template<typename T>concept MutableArrayLikeDefined in src/lib/ncarray/array_traits.hh:95
Determines an array that is mutable.
Deprecated: The array mutability is now accessed via a
read onlybool flag.
Todo: Update concepts for correct mutability checks.