Provides the immutable types KeysView{K,V}
and ValuesView{K,V}
for dynamic, low-overhead views into the entries (either the keys or the values) of a dictionary. The types implement the start
, done
, and next
methods for iterating over the entries. They respectively inherit the View{K}
and View{V}
abstract type which implements the eltype
, and length
methods.
-
Notifications
You must be signed in to change notification settings - Fork 2
daviddelaat/DictViews.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
KeysView and ValuesView types for dynamic low-overhead views into the entries of dictionaries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published