Lodash.divide

Divide two numbers.

struct Lodash
nothrow @trusted @safe ref
divide
(
T
)
(
auto ref T other
)

Return Value

Type: auto ref

- Lodash chained on (number): the quotient.

Meta