TODO: ADD MORE
- this exercise relies on bitwise AND (
&
) and potentially bitwise LSHIFT (<<
) to inspect the Boolean value of individual bits in a bitflag allergies - bitwise operators such as
<<
,>>
,&
,|
,~
,^
are central to this exercise variable-length-quantity