================
@@ -59,6 +60,8 @@ namespace llvm {
/// The number of elements.
size_type Length = 0;
+ friend MutableRowView<T>;
----------------
kuhar wrote:
Can we make them protected instead?
https://github.com/llvm/llvm-project/pull/98895