Y
Hacker News
new
|
ask
|
show
|
jobs
by
bschwindHN
34 days ago
Pedantic:
fn add<T: std::ops::Add<Output = T>>(a: T, b: T) -> T { a + b }