ExprIndexWithoutDotNode Type
Example: `xs[i]` — index access using the new F# 6+ dot-free bracket syntax. `Identifier` is the collection; `Index` is the index expression inside `[…]`.
Constructors
| Constructor |
Description
|
Full Usage:
ExprIndexWithoutDotNode(identifierExpr, indexExpr, range)
Parameters: Returns: ExprIndexWithoutDotNode
|
|
fantomas