Skip to main content

Module expression

Module expression 

Source

Structs§

Expression
An independently type-inferable expression.

Enums§

ExpressionKind
Whether or not this expression should be inferred as a normal expression or a type expression. For example, in self.x: <annotation> = <value>, the <annotation> is inferred as a type expression, while <value> is inferred as a normal expression.