package p4spectec

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

Module Lib.MakeMixIdTblSource

Parameters

module V : sig ... end

Signature

Sourcemodule T : sig ... end
Sourcetype t = V.t T.t
Sourceval create : size:int -> 'a T.t
Sourceval add : T.key -> 'a -> 'a T.t -> unit
Sourceval find : T.key -> 'a T.t -> 'a
Sourceval find_opt : T.key -> 'a T.t -> 'a option
Sourceval size : 'a T.t -> int