replace bit shiftings wit bitset
Closed this issue · 0 comments
MaksymT17 commented
remove oldschool bit shifts, and use std::bitset<> instead.
Make code more readable and use modern types defined already in standard.
Closed this issue · 0 comments
remove oldschool bit shifts, and use std::bitset<> instead.
Make code more readable and use modern types defined already in standard.