View Source Wrapped.Map (ExUnion v0.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %Wrapped.Map{value: %{required(any()) => Wrapped.union()}}

Link to this section Functions

@spec new(fields :: %{value: %{required(any()) => Wrapped.union()}}) :: t()
@spec new(fields :: [{:value, %{required(any()) => Wrapped.union()}}]) :: t()
@spec new(value :: %{required(any()) => Wrapped.union()}) :: t()