TypeDefnAbbrevNodeBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Abbrev(name, alias)
Parameters:
string
-
The name of the type abbreviation.
alias : WidgetBuilder<Type>
-
The alias type of the type abbreviation.
Returns: WidgetBuilder<TypeDefnAbbrevNode>
|
Extended Type:
|
Full Usage:
Ast.Abbrev(name, alias)
Parameters:
string
-
The name of the type abbreviation.
alias : string
-
The alias type of the type abbreviation.
Returns: WidgetBuilder<TypeDefnAbbrevNode>
|
Extended Type:
|