Skip to content

vthang95/panex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panex

TODO: Add description

Installation

Documentation is available in Hex, the package can be installed by adding panex to your list of dependencies in mix.exs:

def deps do
  [
    {:panex, "~> 0.1.0"}
  ]
end

Roadmap

Colection

  • intersection
  • initial
  • compact
  • reject
  • difference_by
  • drop_right_while
  • fill
  • from_pairs
  • last_index_of
  • intersection_by
  • intersection_with
  • execpt (return a list accept some values: f :: [a] -> [a] -> [a])
  • take_right
  • take_right_while
  • take_while
  • union
  • union_by
  • zip_map
  • zip_map_with
  • count_by
  • group_by
  • invoke_map
  • order_by ...

Map

  • atomize_key
  • stringify_key ...

String

  • camel_key
  • kebab_key
  • substring_index
  • truncate
  • deburr ...

Function

...

Date

...

Math

...

About

An utility library for elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages