View Source Wrapped.Keyword (ExUnion v0.1.2)
Link to this section Summary
Link to this section Types
@type t() :: %Wrapped.Keyword{value: [{atom(), Wrapped.union()}]}
Link to this section Functions
@spec new(fields :: %{value: [{atom(), Wrapped.union()}]}) :: t()
@spec new(fields :: [{:value, [{atom(), Wrapped.union()}]}]) :: t()
@spec new(value :: [{atom(), Wrapped.union()}]) :: t()