contiguous v0.3.0.0 Release Notes

Release Date: 2018-09-06 // over 5 years ago
    • Document the need for Always
    • Generalise API: from ST s to PrimMonad m
    • โž• Add NFData rnf function for deeply evaluating Contiguous arrays.
    • โž• Add function equals, for detecting if two arrays in memory are the same.
    • โž• Add hashing function.
    • ๐Ÿ‘‰ Make map able to produce a new array type.
    • โž• Add replicate, null as methods to Contiguous.
    • โž• Add traverse, itraverse, traverseP, foldMap