I\'d like one general purpose function that could be used with any Flags style enum to see if a flag exists.
This doesn\'t compile, but if anyone has a suggestion, I
You're looking to replace one line of code with a function that wraps one line of code? I'd say to just use the one line of code...