package odash

  1. Overview
  2. Docs
Odash: Lodash for Ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

odash-v0.1.0.tbz
sha256=636fdc01877a6268c7a2606753510f25cd77387db617070cb0ee877d54a74c25
sha512=471cc4ba83645c692d5d8654e1c3a9ead1953ba6a0ed12bda173c7530e7bc79df0d705af12847b22d1d39b570b81d67ac03ff4ac11c9ad7fc7b72966ef4fcca9

CHANGES.md.html

v0.1.0 (2019-11-01)

  • Initial release.

  • Add identity, reduce, map, filter, reject, head, first, last, nth, tail, initial, flatten, concat, flatMap, forEach, each, forEachRight, eachRight, dropWhile, drop, dropRightWhile, dropRight, takeWhile, take, takeRightWhile, takeRight, slice, chunk, differenceBy, difference, fill, find, findLast, findIndex, findLastIndex, some, every, includesBy, includes, partition, sampleSize, sample, shuffle, size, simpleSortBy, sortBy, orderBy, join, uniqWith, uniqBy, uniq, intersectionWith, intersectionBy, intersection, xorWith, xorBy, xor, unionWith, unionBy, union, without, zip, and unzip.