/// Incrementable is a trait to be implemented when supporting
/// increment operations.
///
/// Incrementable is copied from the excellent Stackoverflow answer
/// https://stackoverflow.com/a/41671697/267196
///
/// A macro helps to implement it for numeric types
impl_Incrementable!