Oi. Result
(oi v0.2.0)
Copy Markdown
Execution result: the final drafting memory.
memory is keyed by Orchid io_key, values are Orchid.Param.t().
Summary
Types
@type t() :: %Oi.Result{memory: %{required(String.t()) => Orchid.Param.t()}}
Functions
@spec fetch(t(), String.t()) :: {:ok, Orchid.Param.t()} | :error
@spec new(%{required(String.t()) => Orchid.Param.t()}) :: t()