HeapOps.isHeap

Returns true if the range satisfies the binary heap property under the given ordering comparator `less`.

template HeapOps(alias less, Range)
bool
isHeap
()
(
Range r
)