pub fn assertion_sometimes_each(
msg: &str,
keys: &[(&str, i64)],
quality: &[(&str, i64)],
)Expand description
Backing function for per-value bucketed assertions.
Each unique combination of identity key values creates one bucket.
Forks on first discovery. Optional quality keys re-fork when the packed
quality score improves (CAS loop on best_score).
This is a no-op if EachBucket shared memory is not initialized.