Functionsยง
- 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. - A mutable version of the previous function