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 3014ac5 commit 776587bCopy full SHA for 776587b
Project.toml
@@ -3,10 +3,12 @@ uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
3
version = "0.18.0-DEV"
4
5
[deps]
6
+Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
8
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
9
10
[compat]
11
+Compat = "3.0.0"
12
OrderedCollections = "1.1.0"
13
julia = "1"
14
src/DataStructures.jl
@@ -15,6 +15,7 @@ module DataStructures
15
zero, checkbounds
16
17
18
+ using Compat # Provides Base.Order.ReverseOrdering(). May remove this line with julia 1.4
19
using OrderedCollections
20
import OrderedCollections: filter, filter!, isordered
21
export OrderedDict, OrderedSet, LittleDict
0 commit comments