- Whether or not a vector is scalable is a function of its type. Since
all instances of ScalableVectorType will have true for this value and
all instances of FixedVectorType will have false for this value, there
is no need to store it as a class member.
I think it would be great to explain the different meaning here, for both FixedVectorType and ScalableVectorType.
Something like: