Module SequenceBigarray
Interface and Helpers for bigarrays
- since
- 0.5.4
val of_bigarray : ('a, _, _) Bigarray.Array1.t -> 'a Sequence.tIterate on the elements of a 1-D array
val mmap : string -> char Sequence.tMap the file into memory, and read the characters.