object
heap(Order)
Order- Either<for a min heap or>for a max heap.
Heap implementation, parameterized by the order to be used to compare keys (< or >). Deprecated. Use the binary_heap/1 object instead.
Availability:
logtalk_load(heaps(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-01-28
Compilation flags:
static, context_switching_callsExtends:
public binary_heap(Order)Remarks:
(none)
Inherited public predicates:
Public predicates
(no local declarations; see entity ancestors if any)
Protected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)
See also