package uwt

  1. Overview
  2. Docs
type t =
  1. | Bigarray of buf * int * int
  2. | String of string * int * int
  3. | Bytes of bytes * int * int
val drop : t list -> int -> t list
type ts =
  1. | Invalid
  2. | Empty
  3. | All_ba of t array * t list
val prep_for_cstub : t list -> ts
val length : t -> int