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/app-a225d03098e64fef431a.js
File is too large to be displayed (0.2 MB).