BTree.byKeyValue

Return forward range of a struct that has .key and .value.

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

Meta