s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
BTree.opSlice
s2
util
container
btree
BTree
Defines the structure of a slice for slice expression of the form: myBTree
a..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
Source
See Implementation
s2
util
container
btree
BTree
classes
Node
constructors
this
functions
begin
clear
end
equalRange
insert
lowerRange
opBinaryRight
opIndex
opSlice
remove
upperRange
manifest constants
MAX_DEGREE
MIN_DEGREE
properties
empty
length
root
structs
Iterator
Range
Defines the structure of a slice for slice expression of the form: myBTreea..b.