forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for non-indexable iterators in find* functions (JuliaLan…
…g#26095) Always call pairs(), which will throw an error for iterables which do not define it. Removing the internal _pairs() function allows supporting custom types which implement pairs(). Also fix/improve a few docstrings.
- Loading branch information
1 parent
29f2195
commit e6c6ea7
Showing
2 changed files
with
21 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters