Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかの不可解なコードに出くわしました:
int mask = someFunction(); mask>>=1; // What does this line do?
私はこれまでにこのパターンを見たことがなく、それが何をしているのか理解したいと思っています。