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, all versions
0 2 4 6 8

this version

221

yesterday

0

last 7 days

4

all time

754

Last Updated

Jun 07, 2020

License

MIT

Build Tools

mix

Publisher

dkuku dkuku

Links

Owners