Pudu programming language
Menu
API reference

Std.Num.Div

1 declaration

trait

Div

This declaration names behavior that types can implement.

What it does

A type whose values divide, answering None for a divisor of nought.

Total, like everything else here: division is the one arithmetic operation

with an input it has no answer for.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.NumSearch related declarations