jaypha.algorithm

Undocumented in source.

Public Imports

std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Functions

diff
T[] diff(T[] primary, T[] secondary)
Undocumented in source. Be warned that the author may not have intended to support it.
findSplit
auto findSplit(R1 haystack, R2 needle)
Undocumented in source. Be warned that the author may not have intended to support it.
grab
auto grab(R1 seq, R2 choices)
Undocumented in source. Be warned that the author may not have intended to support it.
grab
S1 grab(S1 seq, S2 choices)
Undocumented in source. Be warned that the author may not have intended to support it.
munch
auto munch(R1 range, R2 pattern)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

rtMap
struct rtMap(R, T)
Undocumented in source.

Templates

meld
template meld(alias fun)
Undocumented in source.

Meta