package ocaml-base-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Float.Array

type t = floatarray
val create : int -> t
val length : t -> int
val get : t -> int -> float
val set : t -> int -> float -> unit
val unsafe_get : t -> int -> float
val unsafe_set : t -> int -> float -> unit
OCaml

Innovation. Community. Security.