rescript-tuple
Module containing helpers for working with 2-tuples. Most are in the form of zero-cost bindings, while the rest is very simple functions.
installation
Install using your package manager of choice or simply copy the contents of Tuple.res
into your
own project.
npm
npm i rescript-tuple
yarn
yarn add rescript-tuple