package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Indexer/index.html

Module Frama_c_kernel.Indexer

Indexer implements ordered collection of items with random access. It is suitable for building fast access operations in GUI tree and list widgets.

module type Elt = sig ... end
module Make (E : Elt) : sig ... end
OCaml

Innovation. Community. Security.