Hacker Newsnew | past | comments | ask | show | jobs | submit | FoeNyx's favoriteslogin

    match 100.cmp(&0) {
        Ordering::Greater => "positive",
        Ordering::Equal   => "zero",
        Ordering::Less    => "negative",
    }

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: