package bos
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Bos_setup.String
include module type of struct include Astring.String end
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
val pp : Format.formatter -> string -> unit
val dump : Format.formatter -> string -> unit