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.6.tar.gz
md5=917925453e84ea3db4a584ca1087001b
sha512=353c408aa95d5670600eae6d5d30a8bd5bae6d7dbe061816507de42e79131899bf6607c7cf08ae3273e9e563f08bea34c525f538208ac379eaf6a565ffd1628e

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.