bool is_a_false_and_b_true(bool a, bool b) { return a < b; }
-
Show this thread
-
bool is_exactly_one_bool_set(bool a, bool b, bool c, bool d) { return a + b + c + d == 1; }
1 reply 0 retweets 0 likesShow this thread
Replying to @sortiecat
bool a_implies_b(bool a, bool b) { return a <= b; }
2:21 PM - 6 Sep 2017
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.