package tezos-stdlib

  1. Overview
  2. Docs

Bounded sequence: keep only the n greatest elements.

module Make (E : Set.OrderedType) : sig ... end