Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generic): filter the iterator before returning the first element
... this way it returns the nth element if the first n-1 ones are False - which it should have done in the first place, instead of returning False if only the nth element is actually a class
- Loading branch information