All Projects → elm-community → List Extra

elm-community / List Extra

Licence: mit
Convenience functions for working with List.

Programming Languages

elm
856 projects

Labels

Projects that are alternatives of or similar to List Extra

Awesome Mac
 Now we have become very big, Different from the original idea. Collect premium software in various categories.
Stars: ✭ 46,674 (+37846.34%)
Mutual labels:  list
Long Live Pomf
Pomf.se alternatives
Stars: ✭ 115 (-6.5%)
Mutual labels:  list
Awesome Flow
A list of awesome Flow integrations, tools, tutorials, etc.
Stars: ✭ 119 (-3.25%)
Mutual labels:  list
Common Linq Mistakes
List of common LINQ mistakes
Stars: ✭ 109 (-11.38%)
Mutual labels:  list
An Array Of English Words
List of ~275,000 English words
Stars: ✭ 114 (-7.32%)
Mutual labels:  list
Awesome Security Trivia
🤙 Security Trivia that rare people know.
Stars: ✭ 116 (-5.69%)
Mutual labels:  list
Awesome Interview Questions
A curated awesome list of lists of interview questions. Feel free to contribute! 🎓
Stars: ✭ 44,408 (+36004.07%)
Mutual labels:  list
Chinese Translate List
lists: about my translate repo list 中文翻译列表 🇨🇳
Stars: ✭ 122 (-0.81%)
Mutual labels:  list
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-6.5%)
Mutual labels:  list
Awesome Geojson
GeoJSON utilities that will make your life easier.
Stars: ✭ 1,668 (+1256.1%)
Mutual labels:  list
Science Based Games List
Science-based games - a collaborative list
Stars: ✭ 1,461 (+1087.8%)
Mutual labels:  list
Awesome Lists
A curated list of curated lists.
Stars: ✭ 114 (-7.32%)
Mutual labels:  list
Awesome Macos Command Line Zh
用你的 macOS 终端搞事情。(Use your macOS terminal shell to do awesome things. )
Stars: ✭ 117 (-4.88%)
Mutual labels:  list
Regex Snippets
Organized list of useful RegEx snippets
Stars: ✭ 109 (-11.38%)
Mutual labels:  list
Phd
A list of resources on how/why to do a PhD
Stars: ✭ 120 (-2.44%)
Mutual labels:  list
Awesome Nodejs
⚡ Delightful Node.js packages and resources
Stars: ✭ 43,231 (+35047.15%)
Mutual labels:  list
Awesome Mqtt
A curated list of MQTT related stuff. ✨
Stars: ✭ 1,667 (+1255.28%)
Mutual labels:  list
Awesome Dart
A curated list of awesome Dart frameworks, libraries, and software
Stars: ✭ 1,772 (+1340.65%)
Mutual labels:  list
Awesome Dtrace
A curated list of awesome DTrace books, articles, videos, tools and resources.
Stars: ✭ 121 (-1.63%)
Mutual labels:  list
Awesome Homematic
A curated list of Homematic related links ✨
Stars: ✭ 117 (-4.88%)
Mutual labels:  list

Convenience functions for working with List

Build Status

Experimental package with convenience functions for working with List. Note that this API is experimental and likely to go through many more iterations.

Feedback and contributions are very welcome.

Tests

This package uses elm-test and elm-verify-examples.

Contributing

Pull requests are welcome. You can expect some kind of response within 5 days.

If you are proposing a new function be added, please adhere to the following..

  1. Include documentation and make sure your documentation has a code snippet demonstrating what the function does. We use elm-verify-examples in our travis set up which verifies our examples that our example code is correct, so please take advantage of that.
  2. Provide a detailed use case where your new function would be useful. Also, compare your new function to the best possible implementation that doesn't include use your function.
  3. Add tests to Tests/Tests.elm

If you are improving existing functions please demonstrate the performance gains in something like Ellie and by using a benchmark library like this one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].