Gcode.Model.Expr.List (gcode v0.4.0)
Represents an array expression in G-code.
Link to this section Summary
Functions
Push an expressions onto the list.
Link to this section Types
Specs
t() :: %Gcode.Model.Expr.List{elements: [Gcode.Model.Expr.t()]}
Link to this section Functions
Link to this function
init()
Specs
init() :: Gcode.Result.t(t())
Initialise a List from a boolean value.
Link to this function
push(list, expr)
Specs
push(t(), Gcode.Model.Expr.t()) :: Gcode.Result.t(t())
Push an expressions onto the list.