Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 253 Bytes

elixir_function.md

File metadata and controls

7 lines (4 loc) · 253 Bytes

elixir_function

  • Tap function - Added in Elixir 1.12 the Kernel.tap/2 allows for the addition of side effects to a pipeline. (eg logging, saving data, and analytic calls, ...)

  • Then function - Added in Elixir 1.12 the Kernel.then/2

  • [[index]]