TypeStructTupleNode Type
Example: `struct (int * string)` — a struct tuple type, distinguishable from a reference tuple by the `struct` keyword.
Constructors
| Constructor |
Description
|
Full Usage:
TypeStructTupleNode(keyword, path, closingParen, range)
Parameters:
SingleTextNode
path : Choice<Type, SingleTextNode> list
closingParen : SingleTextNode
range : range
Returns: TypeStructTupleNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
fantomas