package ocaml-r

  1. Overview
  2. Docs

Module OCamlR_base.FactorSource

include module type of Integer
include OCamlR.Atomic_vector with type repr := int
include OCamlR.Vector with type repr := int
include OCamlR.SXP
Sourcetype t
Sourceval equal : t -> t -> bool
Sourceval is_function : t -> bool
Sourceval attr : t -> string -> OCamlR.sexp
Sourceval _class_ : t -> string list
Sourceval nil_map : t -> f:(t -> 'a) -> 'a option
Sourceval print : t -> unit
Sourceval unsafe_of_sexp : OCamlR.sexp -> t
Sourceval to_sexp : t -> OCamlR.sexp
Sourceval length : t -> int
Sourceval of_array : int array -> t
Sourceval of_list : int list -> t
Sourceval to_array : t -> int array
Sourceval to_list : t -> int list
Sourceval get : t -> int -> int
Sourceval of_array_opt : int option array -> t
Sourceval to_array_opt : t -> int option array
Sourceval get_opt : t -> int -> int option
Sourceval get2 : t -> int -> int -> int
Sourceval c : t list -> t
Sourcemodule Matrix : Matrix with type repr := int and type vector := t
Sourceval of_integer : Integer.t -> t
Sourceval of_character : Character.t -> t
Sourceval levels : t -> Character.t