Module type Relude_Interface.ISO_ARRAY

Module type signature for a module that is isomorphic with an array

type t('a);
let fromArray: array('a) => t('a);
let toArray: t('a) => array('a);