The `ValueKind`/`Unit` split makes it so that elements in a vector all have to have the same unit. In the long run having a way to support different units inside a vector (which would be more like tuples at that point then) might prove benefitial.
The
ValueKind/Unitsplit makes it so that elements in a vector all have to have the same unit.In the long run having a way to support different units inside a vector (which would be more like tuples at that point then) might prove benefitial.