pub const PAMOJA_WINDOW_CAPACITY: usize = 32;Expand description
The number of readings a windowed helper keeps.
The Rust helpers are generic over their capacity, which cannot cross a C ABI, so the ones here are built at one documented size. The crate’s own examples use three to eight readings, so this is headroom rather than a constraint; a caller who needs another size has the Rust crate.