libd.algorithm.common

Undocumented in source.

Members

Enums

OptimisationHint
enum OptimisationHint
Undocumented in source.
canForeach
eponymoustemplate canForeach(alias T)
Undocumented in source.
canForeachOrProvidesRange
eponymoustemplate canForeachOrProvidesRange(alias T)
Undocumented in source.
isCollection
eponymoustemplate isCollection(alias CollectionT, alias ElementT)
Undocumented in source.
isInputRange
eponymoustemplate isInputRange(alias RangeT)
Undocumented in source.
isOutputRange
eponymoustemplate isOutputRange(alias RangeT, alias ElementT)
Undocumented in source.
providesRange
eponymoustemplate providesRange(alias T)
Undocumented in source.

Functions

empty
bool empty(T array)
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(ElementType!T) front(inout(T) array)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront(T array)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta