sigil_f v0.1.0 SigilF View Source

Logger friendly sigil

Link to this section Summary

Functions

make fn/0 that returns given string

Link to this section Functions

Link to this macro sigil_F(term, mod) View Source (macro)
Link to this macro sigil_f(term, mod) View Source (macro)

make fn/0 that returns given string

Example

iex> import SigilF
iex> fun = ~f"Hello #{1 + 1}"
iex> fun.()
"Hello 2"