partial-array 0.1.3

Provides potentially partially-filled arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

🎉 First of all: thank you for taking your time contributing to this project 🎉

The contributing guidelines are very simple:

- if you have a question or miss a feature simply open an issue describing, what you want to do and what doesn't work
- if you want to takle some easy issues, have a look at the [good first issues] list
- if you're ready to implement changes by yourself, simply fork the repository, do your changes and open a pull request.
  Note that code additions have to have the same license as this project.

Keep in mind, that you always use appropriate language.

[good first issues]: https://github.com/jfrimmel/partial-array/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22