package ocaml-r

  1. Overview
  2. Docs
include OCamlR.Atomic_vector with type repr := int
include OCamlR.Vector with type repr := int
include OCamlR.SXP
type t
val equal : t -> t -> bool
val is_function : t -> bool
val attr : t -> string -> OCamlR.sexp
val _class_ : t -> string list
val nil_map : t -> f:(t -> 'a) -> 'a option
val print : t -> unit
val unsafe_of_sexp : OCamlR.sexp -> t
val to_sexp : t -> OCamlR.sexp
val length : t -> int
val of_array : int array -> t
val of_list : int list -> t
val to_array : t -> int array
val to_list : t -> int list
val get : t -> int -> int
val of_array_opt : int option array -> t
val to_array_opt : t -> int option array
val get_opt : t -> int -> int option
val get2 : t -> int -> int -> int
val c : t list -> t
module Matrix : Matrix with type repr := int and type vector := t