Y
Hacker News
new
|
ask
|
show
|
jobs
by
shepmaster
3503 days ago
No macros needed!
use std::cmp::min; min(a, b);
https://doc.rust-lang.org/std/cmp/fn.min.html
1 comments
masklinn
3502 days ago
Ha. I should have known, thanks.
link