@@ -5,14 +5,8 @@ module DataStructures
55 isbitsunion, isiterable, dict_with_eltype, KeySet, Callable, _tablesz,
66 findnextnot, unsafe_getindex, unsafe_setindex!, peek
77
8-
9-
108 import Base. insert!
11- # Exports for old version of julia where Base doesn't export this
12- export peek
13- export popat!
149
15- using Compat # Provides Base.Order.ReverseOrdering(). May remove this line with julia 1.4
1610 using OrderedCollections
1711 using OrderedCollections: isordered
1812 export OrderedDict, OrderedSet, LittleDict
@@ -36,12 +30,11 @@ module DataStructures
3630
3731 export Trie, subtrie, keys_with_prefix, partial_path, find_prefixes
3832
39- export LinkedList, Nil, Cons, nil, cons, head, tail, list, filter, cat,
40- reverse
33+ export LinkedList, Nil, Cons, nil, cons, head, tail, list
4134 export MutableLinkedList
4235 export SortedDict, SortedMultiDict, SortedSet
43- export SDToken, SDSemiToken, SMDToken, SMDSemiToken
44- export SetToken, SetSemiToken
36+ export SMDSemiToken, SMDToken
37+ export SetSemiToken
4538 export pastendsemitoken, beforestartsemitoken
4639 export pastendtoken, beforestarttoken
4740 export searchsortedafter, searchequalrange
0 commit comments