Plushie.Type.Integer (Plushie v0.7.2)

Copy Markdown View Source

Integer type. Accepts Elixir integers only.

Supports :min and :max field constraints:

field :count, :integer, min: 0, max: 999

Summary

Types

t()

@type t() :: integer()