Another id type. Everything just as in ValueId. Should not be interchangeable (using a CellTypeId in code expecting ValueId should result in a compile-time error). Still, it would be better if all ids were unique: there should be no two ids with the same numerical value even if their types are different.
Another id type. Everything just as in
ValueId
. Should not be interchangeable (using a CellTypeId in code expectingValueId
should result in a compile-time error). Still, it would be better if all ids were unique: there should be no two ids with the same numerical value even if their types are different.