Function vstd::prelude::add

pub const fn add<IntegerType>(
    _left: IntegerType,
    _right: IntegerType
) -> IntegerType
where IntegerType: Integer,