Module OCamlR_base.LogicalSource
include OCamlR.Atomic_vector with type repr := bool
include OCamlR.Vector with type repr := bool
include OCamlR.SXP
val equal : t -> t -> boolval is_function : t -> boolval _class_ : t -> string listval nil_map : t -> f:(t -> 'a) -> 'a optionval of_array : bool array -> tval of_list : bool list -> tval to_array : t -> bool arrayval to_list : t -> bool listval get : t -> int -> boolval of_array_opt : bool option array -> tval to_array_opt : t -> bool option arrayval get_opt : t -> int -> bool optionval get2 : t -> int -> int -> bool