You can search for identifiers within the package.
in-package search v0.2.0
A Collection's interface.
inherit object_
method total_items : int
method current : [ `L of link | `I of Iri.t ] option
method first : [ `L of link | `I of Iri.t ] option
method last : [ `L of link | `I of Iri.t ] option
method items : [ `L of link | `O of object_ ] Lwt_stream.t Lwt.t