Module De.Lookup

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