Skip to main content
The division operator /. Types implementing this trait support the division operation via the / operator.

Signature

Examples

Divisible types:
Implementing Div for a type:

Trait functions

div

Performs the / operation.

Signature

Examples