package hardcaml_waveterm

  1. Overview
  2. Docs

The basic functions needed to build the full API

type ctx
type style
val rows : ctx -> Import.int
val cols : ctx -> Import.int
val get_bounds : ctx -> rect
val get_style : Style.t -> style
val draw_int : ctx:ctx -> style:style -> bounds:rect -> r:Import.int -> c:Import.int -> Import.int -> Import.unit
val get : ctx:ctx -> bounds:rect -> r:Import.int -> c:Import.int -> Import.int * Style.t