Gcode. Model. Expr. List
(gcode v1.0.2)
Copy Markdown
Represents an array expression in G-code.
Summary
Functions
Push an expressions onto the list.
Types
@type t() :: %Gcode.Model.Expr.List{elements: [Gcode.Model.Expr.t()]}
Functions
@spec init() :: Gcode.Result.t(t())
Initialise a List from a boolean value.
@spec push(t(), Gcode.Model.Expr.t()) :: Gcode.Result.t(t())
Push an expressions onto the list.