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.1
0 2 4 6 8

this version

156

yesterday

15

last 7 days

71

all time

906

Last Updated

Apr 29, 2020

License

MIT

Build Tools

mix

Publisher

dkuku dkuku

Links

Owners