package decompress

  1. Overview
  2. Docs
type t = {
  1. t : int array;
  2. m : int;
  3. l : int;
}
val get : t -> int -> int * int