leastCommonMultiple(_:_:)

MathUtils.swift:47
func leastCommonMultiple<I>(_ lhs: I, _ rhs: I) -> I where I : Equatable, I : ExpressibleByIntegerLiteral, I : Divisible, I : Multipliable, I : Remainderable