Packages
Simple library that adds a piping possibility for easy returning from pipe chains Imagine: socket = socket |> assign(valid: true) {:noreply, socket} to write as: socket |> assign(valid: true) |> noreply() or: iex> "34" |> between_strings("12", "56") "123456"
Current section
Files
Jump to
Current section
Files
doc/dist/sidebar_items-e5c12b5b3e.js
sidebarNodes={"extras":[{"group":"","headers":[{"anchor":"modules","id":"Modules"}],"id":"api-reference","title":"API Reference"}],"modules":[{"group":"","id":"ReturnHelpers","nodeGroups":[{"key":"functions","name":"Functions","nodes":[{"anchor":"error/1","id":"error/1"},{"anchor":"noreply/1","id":"noreply/1"},{"anchor":"noreply/2","id":"noreply/2"},{"anchor":"noreply/3","id":"noreply/3"},{"anchor":"ok/1","id":"ok/1"},{"anchor":"ok/2","id":"ok/2"},{"anchor":"reply/1","id":"reply/1"},{"anchor":"reply/2","id":"reply/2"},{"anchor":"reply/3","id":"reply/3"},{"anchor":"stop/1","id":"stop/1"},{"anchor":"stop/2","id":"stop/2"},{"anchor":"stop/3","id":"stop/3"}]}],"title":"ReturnHelpers"}],"tasks":[]}