KeyValStmt.autokey constructor

KeyValStmt.autokey(
  1. MathExpr value
)

Constructs the pair without a key. Lua assigns an integer key in this situation.

Implementation

KeyValStmt.autokey(this.value) : key = null;