/// An index with a versioning scheme
///
/// The index for the GenerationalVec that has a so-called Generation scheme,
/// akin to a versioning system, that coupled with the GenerationalVec struct,
/// prevents invalid access to specific elements in the vector.