API Reference ELREC v0.1.0
View SourceModules
ELREC: Elixir List Recursion & Enum Converter
This module provides functions to benchmark recursive and Enum implementations of list processing in Elixir using Benchee.
This is the module for running this tool from the command line.
This module provides functions to display the difference between before and after conversion.
This module provides functions to convert list processing syntax from Enum to Recursive.
This module provides functions to convert list processing syntax from recursive to Enum.