Kuddle.Value (Kuddle v1.0.0) 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 | :infinity | :nan | :null