Description: Adding a new utility method to determine whether a number has a flag. This makes it a bit clearer what some bitwise logic is doing (and avoid making mistakes because of JavaScript's obnoxious treatment of number as signed in most cases).
Testing: Unit and integration tests are still passing
Description: Adding a new utility method to determine whether a number has a flag. This makes it a bit clearer what some bitwise logic is doing (and avoid making mistakes because of JavaScript's obnoxious treatment of number as signed in most cases).
Testing: Unit and integration tests are still passing