package frama-c

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

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.