pub fn decorator_pairs_strategy( ops_len: usize, max_id: u32, max_pairs: usize, ) -> impl Strategy<Value = Vec<(usize, DecoratorId)>>
Strategy for generating decorator pairs (usize, DecoratorId)