package octez-libs

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

Module Tezos_stdlib.Hash_queueSource

Bounded queues combined with hash-tables, based on Aches.

A hash queue is a structure where one can add elements to the back of the queue, while associating them to keys. This allows for efficiently retrieving elements based on the key and for removing elements anywhere in the queue.

Sourcemodule Make (K : Hashtbl.HashedType) (V : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.