DQueryAttributes.unique

Returns a transformed list of attributes with all duplicateds removed.

struct DQueryAttributes(QueryType, Attributes...)
@property
alias unique = Alias!(DQueryAttributes!(QueryType, NoDuplicates!Attributes)())

Meta