Gcode.Model.Expr.Integer (gcode v1.0.0)

Represents an integer number expression in G-code.

Link to this section Summary

Link to this section Types

@type t() :: %Gcode.Model.Expr.Integer{i: integer()}

Link to this section Functions

@spec init(integer()) :: Gcode.Result.t(t())