Pinned repositories
370 contributions in 2014
Contribution activity
December 2014
Created an issue in rust-lang/rust
that received 2
comments
Operators not overloaded properly for primitives
I'm trying to define a type that can be added/multiplied with floats.
I've tried overloading + like this:
pub struct Num(f64); impl Add<Num,Num> for โฆ
3
contributions
in private repositories
Dec 1