Kuddle.Value (Kuddle v0.2.1) View Source

Used to represent a value for attributes.

Link to this section Summary

Link to this section Types

Specs

format() :: :plain | :bin | :oct | :dec | :hex

Specs

t() :: %Kuddle.Value{
  annotations: [String.t()],
  format: format(),
  type: value_type(),
  value: any()
}

Specs

value_type() :: :id | :integer | :float | :boolean | :string | :null