Open
Description
Problem to solve
If i have array like [1, 2, 1, 1, 1], i want to determine every item of this array equal to 1. Existing assertion functions don't seem to support it.
Proposal
Or whether can you provide an extension interface that user can extend the predicate to meet self requirement. sorry i ever haven't used Rust, so I cannot contribute a PR to support it.