package camomile

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module XString.BufSource

Sourcetype buf
Sourceval create : int -> buf
Sourceval contents : buf -> t
Sourceval length : buf -> int
Sourceval clear : buf -> unit
Sourceval reset : buf -> unit
Sourceval add_char : buf -> UChar.t -> unit
Sourceval add_string : buf -> t -> unit
Sourceval add_buffer : buf -> buf -> unit