BTree.opSlice

Defines the structure of a slice for slice expression of the form: myBTreea..b.

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

Meta