API Reference REnum v0.8.0

Modules

Entry point of Enum extensions, and can use all of REnum.* functions. See also

Summarized all of Enumerable functions in Rails.ActiveSupport. If a function with the same name already exists in Elixir, that is not implemented. Defines all of here functions when use ActiveSupport.

A module defines all of native Enum functions when use REnum.Native. See also.

Summarized all of Ruby's Enumerable functions. If a function with the same name already exists in Elixir, that is not implemented. Also, the function that returns Enumerator in Ruby is customized each behavior on the characteristics. Defines all of here functions when use REnum.Ruby.

Summarized other useful functions related to enumerable. Defines all of here functions when use REnum.Support.

Entry point of List extensions, and can use all of RList.* and REnum functions. See also.

Summarized all of List functions in Rails.ActiveSupport. If a function with the same name already exists in Elixir, that is not implemented. Defines all of here functions when use RList.ActiveSupport.

A module defines all of native List functions when use RList.Native. See also.

Summarized all of Ruby's Array functions. Functions corresponding to the following patterns are not implemented

Summarized other useful functions related to Lit. Defines all of here functions when use RList.Support.

Entry point of Map extensions, and can use all of RMap.* and REnum functions. See also.

Summarized all of Hash functions in Rails.ActiveSupport. If a function with the same name already exists in Elixir, that is not implemented. Defines all of here functions when use RMap.ActiveSupport.

A module defines all of native Map functions when use RMap.Native. See also.

Summarized all of Ruby's Hash functions. Functions corresponding to the following patterns are not implemented

Summarized other useful functions related to Lit. Defines all of here functions when use RMap.Support.

Entry point of Range extensions, and can use all of RRange.* and REnum functions. See also.

Summarized all of List functions in Rails.ActiveSupport. If a function with the same name already exists in Elixir, that is not implemented. Defines all of here functions when use RRange.ActiveSupport.

A module defines all of native Range functions when use RRange.Native. See also.

Summarized all of Ruby's Range functions. Functions corresponding to the following patterns are not implemented

Entry point of Stream extensions, and can use all of RStream.* and REnum functions. See also.

Unimplemented.

A module defines all of native Stream functions when use RStream.Native. See also.

Unimplemented.

Utils for REnum.