package pyml

  1. Overview
  2. Docs
val check : Object.t -> bool
val format : Object.t -> Object.t -> Object.t
val as_UTF8_string : Object.t -> Object.t
val decode_UTF8 : ?errors:string -> ?size:int -> string -> Object.t
val decode_UTF16 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val decode_UTF32 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val length : Object.t -> int
val of_string : string -> Object.t
val to_string : Object.t -> string
val of_unicode : ?size:int -> int array -> Object.t
val to_unicode : Object.t -> int array
OCaml

Innovation. Community. Security.