View Source Wrapped.Tuple (ExUnion v0.1.2)

Link to this section Summary

Link to this section Types

@type t() :: %Wrapped.Tuple{value: {:ok, Wrapped.union()}}

Link to this section Functions

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