package tezos-base

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

Module TzPervasives.HelpersSource

Sourcemodule MakeRaw (H : sig ... end) : sig ... end
Sourcemodule MakeB58 (H : sig ... end) : sig ... end
Sourcemodule MakeEncoder (H : sig ... end) : sig ... end

A Mutable structure akin to a hash-table, but with a size bound. Note that, different caches have different policies towards the size bounds: some uphold the bound strictly, some treat the bound as a suggestion. In addition, some caches count their elements somewhat sloppily.

Sourcemodule MakeIterator (H : sig ... end) : sig ... end
Sourcemodule Make (H : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.