greatestCommonDivisor(_:_:)

MathUtils.swift:51
func greatestCommonDivisor<I>(_ lhs: I, _ rhs: I) -> I where I : Equatable, I : ExpressibleByIntegerLiteral, I : Remainderable