package ocaml-in-python

  1. Overview
  2. Docs
Effortless Python bindings for OCaml modules

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-in-python-0.1.0.tar.gz
sha512=9ba2ad109ce83a758dd949fc40be8e866adb5aebf3b2009a04c4d93ea40f48ca71b8d6f8cd4e80a2bf52ca36fab6561f28e273d412cf8c235837063924f26eff

doc/ocaml-in-python.api/Ocaml_in_python_api/ExtensibleArray/index.html

Module Ocaml_in_python_api.ExtensibleArraySource

Sourcetype 'a t = {
  1. mutable array : 'a array;
  2. mutable length : int;
  3. dummy : 'a;
}
Sourceval create : 'a -> int -> 'a t
Sourceval length : 'a t -> int
Sourceval get : 'a t -> int -> 'a
Sourceval set : 'a t -> int -> 'a -> unit
Sourceval push_f : 'a t -> (int -> 'a) -> int
Sourceval push : 'a t -> 'a -> int
Sourceval to_list_map : ('a -> 'b) -> 'a t -> 'b list
OCaml

Innovation. Community. Security.