Member predicate HashLiteral::getElement
Gets the n
th element in this hash literal.
In the following example, the 0th element is a Pair
, and the 1st element
is a HashSplatExpr
.
{ foo: 123, **bar }
Expr getElement(int n)
Gets the n
th element in this hash literal.
In the following example, the 0th element is a Pair
, and the 1st element
is a HashSplatExpr
.
{ foo: 123, **bar }
Expr getElement(int n)