val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> (t, Base__.Info.t) resultval is_suffix : t -> suffix:t -> boolval is_prefix : t -> prefix:t -> boolval is_substring : t -> substring:t -> boolval is_substring_at : t -> pos:int -> substring:t -> boolval substr_index : ?pos:int -> t -> pattern:t -> int optionval substr_index_exn : ?pos:int -> t -> pattern:t -> intval substr_index_all : t -> may_overlap:bool -> pattern:t -> int listval substr_replace_first : ?pos:int -> t -> pattern:t -> with_:t -> tval substr_replace_all : t -> pattern:t -> with_:t -> t