package kappa-library

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

Module Kappa_data_structures.Infinite_buffersSource

include Buffers.Buffers
Sourcetype 'a t
Sourceval create : int -> 'a -> 'a t
Sourceval add : 'a -> 'a t -> 'a t
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval clean : 'a t -> 'a t
OCaml

Innovation. Community. Security.