Stay organized with collections
Save and categorize content based on your preferences.
protocolExpression:Sendable
An expression which evaluates to a value.
Depending on the concrete type, it may represent:
Simple literal expressions including a constant or a reference.
Complex expressions with one operator and one or more operand(s), such as
a logical expression, a comparison expression, a struct traversal expression.