package ocaml-r

  1. Overview
  2. Docs

Module OCamlR.VecsxpSource

R list

include SXP with type t = vecsxp
Sourcetype t = vecsxp
Sourceval equal : t -> t -> bool
Sourceval is_function : t -> bool
Sourceval attr : t -> string -> sexp
Sourceval _class_ : t -> string list
Sourceval nil_map : t -> f:(t -> 'a) -> 'a option
Sourceval print : t -> unit
Sourceval unsafe_of_sexp : sexp -> t
Sourceval to_sexp : t -> sexp
Sourcetype repr = Sexp.t
Sourceval length : t -> int
Sourceval of_array : repr array -> t
Sourceval of_list : repr list -> t
Sourceval to_array : t -> repr array
Sourceval to_list : t -> repr list
Sourceval get : t -> int -> repr
OCaml

Innovation. Community. Security.