You can search for identifiers within the package.
in-package search v0.2.0
type t
Type of arrays
type elem
Type of the elements of arrays
val compare : elem -> elem -> int
val get : t -> int -> elem
no need of range checking
val size : t -> int