Module OCamlR.StrsxpSource

R array of string values

include Vector with type t = strsxp with type repr = string
include SXP with type t = strsxp
Sourcetype t = strsxp
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 = string
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
Sourceval of_array_opt : repr option array -> t
Sourceval to_array_opt : t -> repr option array
Sourceval get_opt : t -> int -> repr option
Sourceval get2 : t -> int -> int -> repr