Adds a new `any` method to the Sequence class that tests whether any element in the sequence passes the given predicate function, returning true on the first match or false if none match. Includes documentation, core library source update, and three new test files covering basic functionality, non-boolean return values, and non-function argument error handling.