Skip to content

Commit 18075b9

Browse files
committed
Move export of update!
as its only method is for `MutableBinaryHeap`.
1 parent 3b3cb17 commit 18075b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataStructures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module DataStructures
1515
export complement, complement!
1616

1717
export Deque, Stack, Queue, CircularDeque
18-
export update!
1918
export capacity, num_blocks, top_with_handle, sizehint!
2019

2120
export Accumulator, counter, reset!, inc!, dec!
@@ -27,6 +26,7 @@ module DataStructures
2726
export MutableBinaryHeap, MutableBinaryMinHeap, MutableBinaryMaxHeap
2827
export heapify!, heapify, heappop!, heappush!, isheap
2928
export BinaryMinMaxHeap, popmin!, popmax!, popall!
29+
export update!
3030

3131
export Trie, subtrie, keys_with_prefix, partial_path, find_prefixes
3232

0 commit comments

Comments
 (0)