Module Rfc1951.Lookup

type t = {
t : int array;
m : int;
l : int;
}
val mask : int
val make : int array -> int -> t
val get : t -> int -> int * int