wqbcs/moon_collections/ringbuffer does not have a README file
pub struct RingBuffer[T] {
data : Array[T?]
head : Int
tail : Int
count : Int
capacity : Int
fp_cache : UInt64
fp_dirty : Bool
}impl Eq for RingBuffer[T]impl Debug for RingBuffer[T]impl Collection for RingBuffer[T]impl Deterministic for RingBuffer[T]DETERMINISTIC × VERIFIABLE × COMPOSABLE collections for MoonBit/WASM — 12 ordered structures, FNV-1a fingerprints with lazy caching (all 11 Deterministic structs), 311 tests. Same input → same output → same fingerprint, always.