Define LastCell type in cell locator structure
- Aug 05, 2022
-
-
Kenneth Moreland authored
If an `ArrayHandle` of `LastCell`s is created, then the contents will be garbage. Just check to make sure that it is valid.
-
Kenneth Moreland authored
Rather than try to collect all `LastCell` types inside of a single header and make an uber type, have each cell locator define its own cell locator type and use that.
-
Kenneth Moreland authored
The `Variant` class was missing a way to check the type. You could do it indirectly using `variant.GetIndex() == variant.GetIndexOf<T>()`, but having this convenience function is more clear.
-