Module Dometyl.Idx

type t =
  1. | First
  2. | Last
  3. | Idx of int
val to_find : t -> 'a IMap.t -> 'b option