dquery ~master (2015-09-29T21:02:04Z)
Dub
Repo
DQueryAttributes.hasAnyOf
dquery
attributes
DQueryAttributes
Returns true if any of the given attributes are present.
struct
DQueryAttributes
(QueryType, Attributes...)
@
property
static
auto
hasAnyOf
(
TList
...
)
(
)
if
(
TList.length
> 0
)
Meta
Source
See Implementation
dquery
attributes
DQueryAttributes
aliases
attributes
type
manifest constants
empty
length
unique
properties
anyOf
first
firstOr
firstOrElse
firstOrThrow
hasAllOf
hasAnyOf
hasNoneOf
noneOf
opCall
parent
templates
ensure
Returns true if any of the given attributes are present.