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

iter-1.8.tbz
sha256=f8739ca05ae9c4ba8aa20c0d4197e74409f2b659a17f12730d42af1fd9f43023
sha512=975c9759d12f39779bd258d2a11957acf16f16008b17abf40b48853f612eaa558665f212aae6137c4231ed28945b2a081836d79ec7efe40dcd527f13d25c2269

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.