BTree.byKey

Return forward range of keys, over all elements.

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

Meta