(sliding-buffer [n])Returns a buffer of size n. When full, puts will complete, and be
buffered, but oldest elements in buffer will be dropped (not
transferred).
Examples
No examples yet. Be the first to add one!
(sliding-buffer [n])No examples yet. Be the first to add one!