structuresd ~master (2022-06-08T17:36:18.6975313)
Dub
Repo
RTree.QueryIterator
structuresd
dimension
rtree
RTree
Query iterator to parse queries.
class
RTree
(DATA_T, TYPE, size_t MAX, size_t MIN, FEATURES features = FEATURES.NON)
final
class
QueryIterator {
void
popFront
();
bool
empty
[@property getter];
DATA_T
front
();
int
opApply
(int delegate(DATA_T) func);
}
Constructors
this
this
(_Node* root, TYPE range)
Undocumented in source.
Members
Functions
front
DATA_T
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(DATA_T) func)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
structuresd
dimension
rtree
RTree
classes
QueryIterator
constructors
this
functions
insert
query
Query iterator to parse queries.