The OpenD Programming Language

BinaryHeap._store

The payload includes the support store and the effective length

struct BinaryHeap(alias less = "a < b", Store)
Store _store;

Meta