2 comments

[ 5.3 ms ] story [ 13.0 ms ] thread
(comment deleted)
Was interesting reading the reasoning behind the funky & vs. == precedence rules. I.e. the requirement of parentheses when writing:

  if ((a&mask) == b)