Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nemothekid
on Oct 1, 2015
|
parent
|
context
|
favorite
| on:
My gamedever wishlist for Rust
Someone had commented this in a response on the site.
macro_rules! max { ($e: expr) => { $e }; ($e: expr, $($rest: tt)*) => { max($e, max!($($rest)*)) } }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: