Struct tree_sitter_graph::ast::SetComprehension [−][src]
pub struct SetComprehension {
pub elements: Vec<Expression>,
}Expand description
An unordered set of values
Fields
elements: Vec<Expression>Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.