Unordered N Tuple
----

[![Latest Version](https://img.shields.io/crates/v/unordered-n-tuple)](https://crates.io/crates/unordered-n-tuple)
[![Documentation](https://docs.rs/unordered-n-tuple/badge.svg)](https://docs.rs/unordered-n-tuple)

This crate provides an implementation of an unordered n-tuple of homogenous
items. See [the documentation](https://docs.rs/unordered-n-tuple) for more info.