The OpenD Programming Language

BinaryHeap._length

The payload includes the support store and the effective length

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

Meta