Functionsยง
- any_
slice_ of_ array - Given an array
arr
of lengthLENGTH
, this function returns a valid slice ofarr
with non-deterministic start and end points. This is useful in situations where one wants to verify that all possible slices of a given array satisfy some property. - any_
slice_ of_ array_ mut - A mutable version of the previous function