module Identified: functor (A : IdentifiedType) -> Index with type t = A.t
functor (
A
:
IdentifiedType
) ->
Index
with type t = A.t
include Server.Data.S_collection
val get : t -> int
t -> int
val find : int -> t
int -> t
Not_found
val clear : unit -> unit
unit -> unit