flip v0.1.0 Flip

Documentation for Flip.

Link to this section Summary

Functions

Meant to be used in a pipe in order to pipe the value into the second argument of the given function

Link to this section Functions

Link to this macro

flip(arg2, call)

(macro)

Meant to be used in a pipe in order to pipe the value into the second argument of the given function

Examples

iex> "foo" |> Flip.flip(Regex.scan(~r/foo/))
[["foo"]]