Gcode.Model.Expr.Integer (gcode v1.0.1)
Represents an integer number expression in G-code.
Summary
Types
@type t() :: %Gcode.Model.Expr.Integer{i: integer()}
Functions
Link to this function
init(value)
@spec init(integer()) :: Gcode.Result.t(t())