Function BTree.opSlice

Defines the structure of a slice for slice expression of the form: myBTree[a..b].

ValueT[2] opSlice(size_t dim) (
  ValueT a,
  ValueT b
);