pub use DefaultGenerationType;
use One;
use Add;
pub use DeletionResult;
/// Type alias to simplify construction of generational vectors.
pub type GenerationalVector<T> = GenerationalVector;
/// Alias for required traits on the type used for the generation value.
/// Automatic implementation of `GenerationType` for all matching types.