sigil_f v0.1.0 SigilF View Source
Logger friendly sigil
Link to this section Summary
Link to this section Functions
make fn/0
that returns given string
Example
iex> import SigilF
iex> fun = ~f"Hello #{1 + 1}"
iex> fun.()
"Hello 2"
Logger friendly sigil
make fn/0
that returns given string
iex> import SigilF
iex> fun = ~f"Hello #{1 + 1}"
iex> fun.()
"Hello 2"