dunkelheit ~develop (2021-09-26T11:55:02.1809452)
Dub
Repo
binSearchRight
dkh
datastructure
segtree
Undocumented in source. Be warned that the author may not have intended to support it.
ptrdiff_t
binSearchRight
(
alias
pred
TR
)
(
TR
t
,
ptrdiff_t
a
,
ptrdiff_t
b
)
if
(
isInstanceOf
!(
SegTree
,
TR
)
)
Meta
Source
See Implementation
dkh
datastructure
segtree
aliases
LazySeg
SimpleSeg
functions
binSearchLazy
binSearchLeft
binSearchRight
binSearchSimple
structs
LazySegEngine
SegTree
SimpleSegEngine