View Source Wrapped.List (ExUnion v0.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %Wrapped.List{value: [Wrapped.union()]}

Link to this section Functions

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