Euclid.Sugar.noreply
You're seeing just the function
noreply
, go back to Euclid.Sugar module for more information.
Specs
Wraps a term in a :noreply tuple
Examples
iex> %{} |> Map.put(:count, 0) |> Euclid.Sugar.noreply()
{:noreply, %{count: 0}}