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.
2 parents 2edd74c + c5616fb commit 5fb23d8Copy full SHA for 5fb23d8
src/little_dict.jl
@@ -3,7 +3,7 @@ const StoreType = Union{<:Tuple, <:Vector}
3
"""
4
LittleDict(keys, vals)<:AbstractDict
5
6
-A ordered dictionary type for small numbers of keys.
+An ordered dictionary type for small numbers of keys.
7
Rather than using `hash` or some other sophisicated measure
8
to store the vals in a clever arrangement,
9
it just keeps everything in a pair of lists.
0 commit comments