Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: