s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
RBTreeMap.Pair
s2
util
container
rbtree_map
RBTreeMap
Undocumented in source.
class
RBTreeMap
(KeyT, ValueT, alias KeyLessF = "a < b", bool allowDuplicates = false)
static
struct
Pair {
KeyT
key
;
ValueT
value
;
}
Members
Variables
key
KeyT
key
;
Undocumented in source.
value
ValueT
value
;
Undocumented in source.
Meta
Source
See Implementation
s2
util
container
rbtree_map
RBTreeMap
aliases
RedBlackTreeT
insert
keyLess
constructors
this
functions
equalRange
lowerBound
opBinaryRight
opEquals
opIndexAssign
removeKey
stableInsert
upperBound
structs
Pair
variables
rbTree