DQueryAttributes.firstOr

Returns the first attribute in the query, or a fallback if empty.

struct DQueryAttributes(QueryType, Attributes...)
@property static
firstOr
(
alias Fallback
)
(
)
if (
!is(typeof(Fallback) == void)
)

Meta