We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e29d0 commit ce260dcCopy full SHA for ce260dc
base/essentials.jl
@@ -19,6 +19,7 @@ abstract type AbstractSet{T} end
19
20
Supertype for dictionary-like types with keys of type `K` and values of type `V`.
21
[`Dict`](@ref), [`IdDict`](@ref) and other types are subtypes of this.
22
+An `AbstractDict{K, V}` should be an iterator of `Pair{K, V}`.
23
"""
24
abstract type AbstractDict{K,V} end
25
0 commit comments