s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
BTree.opIndex
s2
util
container
btree
BTree
Undocumented in source. Be warned that the author may not have intended to support it.
Range
opIndex
()
Range
opIndex
(ValueT[2] slice)
class
BTree
(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
Range
opIndex
(
ValueT
[2]
slice
)
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