BTree.opIndex

/ / A full slice for expressions of the form: myBTree[].

  1. Range opIndex()
    class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
    opIndex
    ()
    if (
    is(typeof(binaryFun!ValueLessF(ValueT.init, ValueT.init)) : bool)
    )
  2. Range opIndex(ValueT[2] slice)

Meta