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/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>return_helpers v0.1.0 — Documentation</title>
<meta http-equiv="refresh" content="0; url=api-reference.html">
<meta name="robots" content="noindex">
<meta name="generator" content="ExDoc v0.21.3">
</head>
<body></body>
</html>