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
val equal : t -> t -> boolval is_function : t -> boolval _class_ : t -> string listval nil_map : t -> f:(t -> 'a) -> 'a optionSourceval of_array : int array -> t val to_array : t -> int arrayval to_list : t -> int listval get : t -> int -> intSourceval of_array_opt : int option array -> t val to_array_opt : t -> int option arrayval get_opt : t -> int -> int optionval get2 : t -> int -> int -> int