Skip to content

MutableArrayLike

#include <ncarray/array_traits.hh>
template<typename T>
concept MutableArrayLike

Defined in src/lib/ncarray/array_traits.hh:95

Determines an array that is mutable.

Deprecated: The array mutability is now accessed via a read only bool flag.

Todo: Update concepts for correct mutability checks.