Module traits_and_generics

Source
Expand description

Traits and generics examples

Functionsยง

multiply
Generic multiply function that works with any type implementing Mul
trait_examples