|
|
|
|
|
by wtetzner
3721 days ago
|
|
> This is essentially a complaint that Rust went with strongly-typed generics It could also be a complaint about how operators are implemented, e.g. in Scala they're just methods (no need for a special trait). That's not to say I don't think Rust made the right choice, but Scala went with strongly-typed generics, and can allow implementing the asymmetric multiplication operators. |
|