= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Style : sig ... end
Styling information
type rect = {
r : Import.int;
(*rows
*)c : Import.int;
(*cols
*)w : Import.int;
(*width
*)h : Import.int;
(*height
*)
}
A rectangle (no really)
val sexp_of_rect : rect -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_piece : piece -> Ppx_sexp_conv_lib.Sexp.t
val unicode_of_piece : piece -> Import.int
unicode value of piece
module type Primitives = sig ... end
The basic functions needed to build the full API
module type S = sig ... end
Main graphics drawing API.
Construct the API from a Primitives implementation
module In_memory : sig ... end
In memory based API with no external requirements