Skip to content

daviddelaat/DictViews.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

DictViews.jl

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.

About

KeysView and ValuesView types for dynamic low-overhead views into the entries of dictionaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages