TagElement

The TagElement is the struct for the atomic part of a filter expression.

Members

Functions

has
bool has(size_t pick)

checks if the TagElement matches the given pick

Variables

attribs
Attribute[] attribs;
Undocumented in source.
name
string name;
Undocumented in source.
picks
ushort[] picks;
Undocumented in source.
picktype
FilterPicktype picktype;
Undocumented in source.

Examples

a[1]{class:someClass}

Meta