Module Kappa_data_structures.Circular_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