package sortedseq_intersect

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Signature for a container type with functions get and length, and an comparsion function for elements in the container

type elt
type t
val cmp : elt -> elt -> int
val get : t -> int -> elt
val length : t -> int