Std.Num.Rem
1 declaration
trait
RemThis declaration names behavior that types can implement.
What it does
A type whose values have a remainder, answering None for a divisor of
nought. Separate from Div because a type can divide exactly without having
one, and because asking for both when only one is used is a bound a caller
has to satisfy for nothing.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
