Skip to content

Commit d987bff

Browse files
committed
Export peek
1 parent 2448c15 commit d987bff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/DataStructures.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ module DataStructures
55
isbitsunion, isiterable, dict_with_eltype, KeySet, Callable, _tablesz,
66
findnextnot, unsafe_getindex, unsafe_setindex!, peek
77

8-
export popat! # Export for old version of julia where Base doesn't export this
9-
8+
# Exports for old version of julia where Base doesn't export this
9+
export peek
10+
export popat!
1011

1112
using Compat # Provides Base.Order.ReverseOrdering(). May remove this line with julia 1.4
1213
using OrderedCollections

0 commit comments

Comments
 (0)