Idea: Testing Set Inclusion

I made a new implementation of testing if one sorted sequence is contained within another. (The tested elements need not be contiguous in the receiver.) It's an analog of the C++ std::includes function.