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

Implications looks weird https://vine.dev/docs/features/conditions#implication:

    let y = None;
    y is Some(value) => value > 0 // true
    y is Some(value) => value == 0 // true


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

Search: