module Format_string:sig
..end
type
t =
| |
String of |
| |
WString of |
exception OutOfBounds
exception NotAscii of int64
val get_char : t -> int -> char
val get_wchar : t -> int -> int64
val sub_string : t -> int -> int -> string