BinaryHeap._length

The payload includes the support store and the effective length

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

Meta