Type Definition AutoChangedVec
rinecs::storage
type AutoChangedVec<T> = AutoChanged<VecStorage<T>, T>;