Why would someone explicitly use a bit mask before performing a narrowing cast from `long` to `uint8_t`?
Was following along with a coding tutorial, and stumbled upon this:
Why is a bitmask needed for a downcast from a long to a uint8_t?
Was following along with a coding tutorial, and stumbled upong this: