View Source Euclid.Difference protocol (Euclid v0.4.0)
Link to this section Summary
Functions
Returns the difference between a
and b
.
The fallback implementation uses Kernel.-/2
to subtract b
from a
.
Link to this section Types
Specs
t() :: term()
Link to this section Functions
Specs
Returns the difference between a
and b
.
The fallback implementation uses Kernel.-/2
to subtract b
from a
.