KeyValStmt.autokey constructor
KeyValStmt.autokey(
- MathExpr value
Constructs the pair without a key. Lua assigns an integer key in this situation.
Implementation
KeyValStmt.autokey(this.value) : key = null;