Used to represent a value for attributes.
Summary
Types
@type format() :: :plain | :bin | :oct | :dec | :hex
@type t() :: %Kuddle.Value{ annotations: [String.t()], format: format(), type: value_type(), value: any() }
@type value_type() ::
:id | :integer | :float | :boolean | :string | :infinity | :nan | :null