Euclid.Sugar.noreply

You're seeing just the function noreply, go back to Euclid.Sugar module for more information.

Specs

noreply(term()) :: {:noreply, term()}

Wraps a term in a :noreply tuple

Examples

iex> %{} |> Map.put(:count, 0) |> Euclid.Sugar.noreply()
{:noreply, %{count: 0}}