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

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