Skip to content

Commit ce260dc

Browse files
matbesanconJeffBezanson
authored andcommitted
improve AbstractDict doc (#34110)
1 parent 51e29d0 commit ce260dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/essentials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ abstract type AbstractSet{T} end
1919
2020
Supertype for dictionary-like types with keys of type `K` and values of type `V`.
2121
[`Dict`](@ref), [`IdDict`](@ref) and other types are subtypes of this.
22+
An `AbstractDict{K, V}` should be an iterator of `Pair{K, V}`.
2223
"""
2324
abstract type AbstractDict{K,V} end
2425

0 commit comments

Comments
 (0)