Module OCamlR.Vecsxp

R list

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