package ocaml-r

  1. Overview
  2. Docs

Module Character.MatrixSource

include OCamlR.Atomic_vector with type repr := string
include OCamlR.Vector with type repr := string
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 : string array -> t
Sourceval of_list : string list -> t
Sourceval to_array : t -> string array
Sourceval to_list : t -> string list
Sourceval get : t -> int -> string
Sourceval of_array_opt : string option array -> t
Sourceval to_array_opt : t -> string option array
Sourceval get_opt : t -> int -> string option
Sourceval dim : t -> int * int
Sourceval as_vector : t -> t
Sourceval of_arrays : string array array -> t
Sourceval get2 : t -> int -> int -> string
Sourceval get_row : t -> int -> t
Sourceval get_col : t -> int -> t