Using InSeq
Suppose we have an integer array called a, with n elements
How do we determine whether a contains a value equal to x?
- Derive a class from InSeq that lets us use an array as a sequence
- Call find with an appropriate object of that derived class