Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstract doc #34110

Merged
merged 6 commits into from
Dec 19, 2019
Merged

Abstract doc #34110

merged 6 commits into from
Dec 19, 2019

Conversation

matbesancon
Copy link
Contributor

[skip ci]

@matbesancon
Copy link
Contributor Author

I got tricked while re-implementing a dictionary, implementing the iteration interface as an iterator of Tuple{K,V}. It all goes fine and collect is the only function that errored out because eltype(D) == Pair{K, V} is assumed here for any AbstractDict.

base/essentials.jl Outdated Show resolved Hide resolved
Co-Authored-By: Jeff Bezanson <[email protected]>
@JeffBezanson JeffBezanson merged commit ce260dc into JuliaLang:master Dec 19, 2019
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants