forEachFlag

inline fun <T : Enum<T>> BitField<T>.forEachFlag(enumValues: Array<T>, action: (T) -> Unit)(source)

Applies an action to each set flag.