BTree.byKey

Return forward range of keys, over all elements.

  1. auto byKey()
  2. auto byKey()
    struct BTree(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
    nothrow @nogc const
    byKey
    ()

Meta