hasFlags

infix fun Int.hasFlags(bits: Int): Boolean

Check if this has all the bits set in bits set


infix fun Long.hasFlags(bits: Long): Boolean