japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

feat: augmented assignment operators #74

Closed japaric closed 8 years ago

japaric commented 9 years ago

[breaking-change]

The [Op]Assign traits from the assign trait have been removed from the prelude. Update your code to use the operator sugar instead of the method calls

Blocked on rust-lang/rust#23171