s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
BTree.Range
s2
util
container
btree
BTree
D-style Ranges.
class
BTree
(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
static
struct
Range {
bool
empty
();
inout
(
ValueT
)
front
();
void
popFront
();
Iterator
toIterator
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout
(
ValueT
)
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source.
toIterator
Iterator
toIterator
()
Undocumented in source. Be warned that the author may not have intended to support it.
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
D-style Ranges.