模块 Misc.Stdlib.String

module String: sig .. end

对 String 模块的扩展


include String
module Set: Set.S  with type elt = string
module Map: Map.S  with type key = string
module Tbl: Hashtbl.S  with type key = string
val print : Format.formatter -> t -> unit
val for_all : (char -> bool) -> t -> bool