hasAnyFlagOf

fun Int.hasAnyFlagOf(vararg flags: Int): Boolean

Whether this value contains any of the provided bit flags.