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.7.tbz
sha256=bed7129cf331a41c03bded73b11e9c12752ccaedc910b3edd8ac2ee0e104b730
sha512=54b018591b35ae4c7769128ccaa3672eea736d022cf39ffd6b037f267c095ffa910c3a709a9e2a4a09ff41e1d1ecd1b584490bc90cc6635b154806565df2b365

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.