Element type is const for analysis::Vector,Matrix,RuntimeArray (#2765)
This makes it symmetric with the result type of ...->element_type which returns a const Type. So now we can write code like this: analysis::Vector v = ... analysis::Vector(v->element_type(), 2);
Loading
Please register or sign in to comment