lcm

Get least common multiple (lcm) of x and y.

  1. _Z!(cow) lcm(_Z!(cow) x, _Z!(cow) y)
    pure nothrow @nogc @trusted
    _Z!(cow)
    lcm
    (
    bool cow
    )
    (
    auto ref scope const _Z!(cow) x
    ,
    auto ref scope const _Z!(cow) y
    )
  2. _Z!(cow) lcm(_Z!(cow) x, ulong y)

Meta