Inferred type
Syntax
InferredType → _
The inferred type asks the compiler to infer the type if possible based on the surrounding information available.
It cannot be used in item signatures.
It is often used in generic arguments:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Syntax
InferredType → _
The inferred type asks the compiler to infer the type if possible based on the surrounding information available.
It cannot be used in item signatures.
It is often used in generic arguments: