Packages

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

Current section

Files

Jump to
r_enum lib r_range.ex
Raw

lib/r_range.ex

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