Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of Astring.String
val sub : ?start:int -> ?stop:int -> string -> sub
val sub_with_range : ?first:int -> ?len:int -> string -> sub
val sub_with_index_range : ?first:int -> ?last:int -> string -> sub
module Sub : sig ... end
module Ascii : sig ... end
module Set : sig ... end
module Map : sig ... end
type !'a map = 'a Map.t
Get the length of a string in UTF-8 characters and malformed segments.