Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add evocative examples for BitOr and BitXor #35926

Merged
merged 1 commit into from
Aug 31, 2016

Commits on Aug 30, 2016

  1. add evocative examples for BitOr and BitXor

    These are exactly equivalent to PR rust-lang#35809, with one caveat: I do not believe there is a non-bitwise binary "xor" operator in Rust, so here it's expressed as (a || b) && !(a && b).
    
    r? @GuillaumeGomez
    
    improved documentation a la PR rust-lang#35993
    matthew-piziak committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    8ca9fa1 View commit details
    Browse the repository at this point in the history