···159159(** [compare s0 s1] sorts [s0] and [s1] in lexicographical order. [compare]
160160 behaves like {!Stdlib.compare} on strings but may be more efficient. *)
161161162162+val is_empty : string -> bool
163163+(** [is_empty s] is [true] if and only if [s] is an empty string.
164164+165165+ @since 5.5 *)
166166+162167val starts_with :
163168 prefix (* comment thwarts tools/sync_stdlib_docs *) :string -> string -> bool
164169(** [starts_with ][~prefix s] is [true] if and only if [s] starts with
+5
stdlib/stringLabels.mli
···159159(** [compare s0 s1] sorts [s0] and [s1] in lexicographical order. [compare]
160160 behaves like {!Stdlib.compare} on strings but may be more efficient. *)
161161162162+val is_empty : string -> bool
163163+(** [is_empty s] is [true] if and only if [s] is an empty string.
164164+165165+ @since 5.5 *)
166166+162167val starts_with :
163168 prefix (* comment thwarts tools/sync_stdlib_docs *) :string -> string -> bool
164169(** [starts_with ][~prefix s] is [true] if and only if [s] starts with