DQueryAttributes.unique

Returns a transformed list of attributes with all duplicateds removed.

struct DQueryAttributes(QueryType, Attributes...)
enum unique = DQueryAttributes!(QueryType, NoDuplicates!Attributes)();

Meta