package iter

  1. Overview
  2. Docs
Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations

Install

Dune Dependency

Authors

Maintainers

Sources

v1.4.tar.gz
md5=24b1ea680cd2f8d3ee664ea21837e58b
sha512=8bcb6ddaab69aa18a8489a2287313227d59062fd554f70373a10bdbe1d1eabe4b199860223709fe7baa917d0d47aedeed895ed6d610a989ca540e00fe9cd135b

doc/iter.bigarray/IterBigarray/index.html

Module IterBigarraySource

Interface and Helpers for bigarrays

  • since 0.5.4
Sourceval of_bigarray : ('a, _, _) Bigarray.Array1.t -> 'a Iter.t

Iterate on the elements of a 1-D array

Sourceval mmap : string -> char Iter.t

Map the file into memory, and read the characters.

OCaml

Innovation. Community. Security.