Skip to content

Commit 6826392

Browse files
Import peek
1 parent b624210 commit 6826392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataStructures.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module DataStructures
33
using Base: HasEltype, HasLength, IteratorEltype, IteratorSize, SizeUnknown,
44
lt, Ordering, ForwardOrdering, Forward, ReverseOrdering, Reverse, Lt,
55
isbitsunion, isiterable, dict_with_eltype, KeySet, Callable, _tablesz,
6-
findnextnot, unsafe_getindex, unsafe_setindex!
6+
findnextnot, unsafe_getindex, unsafe_setindex!, peek
77

88

99
using Compat # Provides Base.Order.ReverseOrdering(). May remove this line with julia 1.4
@@ -96,7 +96,7 @@ module DataStructures
9696
export status
9797
export deref_key, deref_value, deref, advance, regress
9898

99-
export PriorityQueue
99+
export PriorityQueue, peek
100100

101101
include("priorityqueue.jl")
102102
include("sparse_int_set.jl")

0 commit comments

Comments
 (0)