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.5.tar.gz
md5=b66942eced29eb73b69ea39987287f93
sha512=a591bf60ba8b51b9e6b9078bda987cd1c6d54ed5a20a27bbe61d938733e8e864666c249dcce25731480e22ca5d46007cb16e789947828807483163afc0077465

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.