BTree.byValue

Return forward range of values, over all elements.

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

Meta