-
- Downloads
There was an error fetching the commit references. Please try again later.
Add Iterator.any?
This method can be used to check if an Iterator includes a certain value. This method does not reuse Iterator.find as the current Ruby compiler does not know that type parameters are instances of Object, making it impossible to use not_nil? on a ?T type.
Please register or sign in to comment