package npy

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type in_file
val open_in : string -> in_file
val read : ?suffix:string -> in_file -> string -> packed_array
val entries : in_file -> string list
val close_in : in_file -> unit
type out_file
val open_out : string -> out_file
val write : ?suffix:string -> out_file -> string -> ('a, 'b, 'c) Bigarray.Genarray.t -> unit
val close_out : out_file -> unit