package lru

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

Module type Lru.Weighted

Signature of types with measurable weight.

type t
val weight : t -> int

weight t is a measure of ts contribution towards the total map capacity. Weight must be strictly positive.

OCaml

Innovation. Community. Security.