Skip to content

blackode/exlist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

Exlist

Extended functions of lists in the Elixir like summation,append,prepend and some other time saving code lines

Installation

If available in Hex, the package can be installed as:

  1. Add exlist to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:exlist, "~> 0.1.0"}]
end
```
  1. Ensure exlist is started before your application:
```elixir
def application do
  [applications: [:exlist]]
end
```

About

Extended functions of lists in the Elixir like summation,append,prepend and some other time saving code lines

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages