Uniq

Authros: Andrei Alexandrescu (original Phobos code), Ilya Yaroshenko (betterC rework)

Members

Functions

back
auto ref back()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref front()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ref opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
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.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_input
Range _input;
Undocumented in source.
empty
enum bool empty;
Undocumented in source.

Meta