s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
BTree.opBinaryRight
s2
util
container
btree
BTree
Implements the "in" operator for membership.
class
BTree
(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
bool
opBinaryRight
(
string
op
)
(
ValueT
value
)
if
(
op
== "in"
)
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
Implements the "in" operator for membership.