Lodash.subtract

Substract two numbers.

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

Return Value

Type: auto ref

- Lodash chained on (number): the difference.

Meta