Packages

REnum is Enum extended with convenient functions inspired by Ruby and Rails ActiveSupport.

Current section

Files

Jump to
r_enum lib r_list.ex
Raw

lib/r_list.ex

defmodule RList do
@moduledoc """
Entry point of List extensions, and can use all of RList.* functions.
See also.
- [RStream.Native](https://hexdocs.pm/r_enum/RList.Native.html#content)
"""
use RList.Native
use RList.Ruby
use RList.ActiveSupport
end