☰
D
dejadoc
EVE
/
eve.core.watcher
/
WatcherFlags.contains
🔍
☾
WatcherFlags.contains
bool contains(
WatcherFlags
other)
const
pure
@safe
nothrow
@nogc
Check whether all bits from
other
are present.
Parameters
other
Flag mask to test for.
Returns
true
when every bit in
other
is present in this flag set.