package textutils

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. ascii : char;
  2. utf8 : string;
}
val connect : ?top:unit -> ?bottom:unit -> ?left:unit -> ?right:unit -> unit -> t