edgerunner/elm-tuple-trio - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

The missing 3-tuple

Elm 0.19 limited the Tuple to just 2 or 3 elements. Still, the offical core Tuple module ignores the 3-tuple completely.

This library replicates the core 2-tuple API for its neglected larger sibling. It is very sparse, with one constructor, three element accessors and four mappers.