UriComponentIterator

Undocumented in source.
@safe
struct UriComponentIterator {}

Members

Functions

next
string next()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

done
bool done;
Undocumented in source.
position
size_t position;
Undocumented in source.
rest
string rest;
Undocumented in source.

Meta