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

Copy Markdown

Represents an integer number expression in G-code.

Summary

Types

t()

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

Functions

init(value)

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