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

Readme

Jump to
Loading README...

Checksum

Dependency Config

mix.exs

rebar.config

Gleam

erlang.mk

Package Details

Downloads Last 30 days, 0.0.2
0 1 2 3 4

this version

131

yesterday

0

last 7 days

0

all time

750

Last Updated

Apr 29, 2020

License

MIT

Build Tools

mix

Publisher

dkuku dkuku

Links

Owners