Allow getting of `StateVector` region spanning the entire vector
stefandebruyn opened this issue · 0 comments
stefandebruyn commented
A Region
spanning an entire state vector has a variety of uses such as:
- Logging/telemetering
- Saving the application state to a file so that it can be restored after an application restart
One possible approach: a well-known value (like maybe ""
or nullptr
) that can be passed to StateVector::getRegion
to get this region.