package javalib

  1. Overview
  2. Docs
type buf = Buffer.t
val create : int -> buf
val add_char : buf -> UChar.t -> unit
val contents : buf -> t