Now we can use find almost as before:
int a[100];
ArraySeq<int> s(a, 100);
if (find(s, 42)) {
// a contains the value 42
}
Previous slide
Next slide
Back to first slide
View graphic version