View Source DataSpecs.Schema.Type.Builtin (dataspecs v2.1.0)

A builtin type.

Summary

Types

@type t() :: %DataSpecs.Schema.Type.Builtin{
  id:
    :any
    | :pid
    | :reference
    | :atom
    | :boolean
    | :binary
    | :bitstring
    | :byte
    | :char
    | :arity
    | :number
    | :float
    | :integer
    | :neg_integer
    | :non_neg_integer
    | :pos_integer
}