package mopsa

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

Module Cache.QueueSource

Parameters

module Key : KEY

Signature

Sourcetype 'a t = {
  1. elements : (Key.t * 'a) option array;
  2. size : int;
  3. mutable next : int;
}
Sourceval create : int -> 'a t
Sourceval add : Key.t -> 'a -> 'a t -> unit
Sourceval find : Key.t -> 'a t -> 'a
OCaml

Innovation. Community. Security.