BTree.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Range opIndex()
  2. Range opIndex(ValueT[2] slice)
    class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
    opIndex
    (
    ValueT[2] slice
    )
    if (
    is(typeof(binaryFun!ValueLessF(ValueT.init, ValueT.init)) : bool)
    )

Meta