phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
BinaryHeap.replaceFront
std
container
binaryheap
BinaryHeap
Replaces the largest element in the store with
value
.
struct
BinaryHeap
(Store, alias less = "a < b")
void
replaceFront
(
ElementType
!
Store
value
)
if
(
isRandomAccessRange
!(
Store
) ||
isRandomAccessRange
!(
typeof
(
Store.init
[]))
)
Meta
Source
See Implementation
std
container
binaryheap
BinaryHeap
aliases
popFront
constructors
this
functions
acquire
assume
clear
conditionalInsert
conditionalSwap
insert
release
removeAny
removeFront
replaceFront
properties
capacity
dup
empty
front
length
Replaces the largest element in the store with value.