@@ -5,14 +5,8 @@ module DataStructures
5
5
isbitsunion, isiterable, dict_with_eltype, KeySet, Callable, _tablesz,
6
6
findnextnot, unsafe_getindex, unsafe_setindex!, peek
7
7
8
-
9
-
10
8
import Base. insert!
11
- # Exports for old version of julia where Base doesn't export this
12
- export peek
13
- export popat!
14
9
15
- using Compat # Provides Base.Order.ReverseOrdering(). May remove this line with julia 1.4
16
10
using OrderedCollections
17
11
using OrderedCollections: isordered
18
12
export OrderedDict, OrderedSet, LittleDict
@@ -36,12 +30,11 @@ module DataStructures
36
30
37
31
export Trie, subtrie, keys_with_prefix, partial_path, find_prefixes
38
32
39
- export LinkedList, Nil, Cons, nil, cons, head, tail, list, filter, cat,
40
- reverse
33
+ export LinkedList, Nil, Cons, nil, cons, head, tail, list
41
34
export MutableLinkedList
42
35
export SortedDict, SortedMultiDict, SortedSet
43
- export SDToken, SDSemiToken, SMDToken, SMDSemiToken
44
- export SetToken, SetSemiToken
36
+ export SMDSemiToken, SMDToken
37
+ export SetSemiToken
45
38
export pastendsemitoken, beforestartsemitoken
46
39
export pastendtoken, beforestarttoken
47
40
export searchsortedafter, searchequalrange
0 commit comments