ReplacePostfix

Constructors

this
this(immutable(string[2][]) list, size_t minLength)
Undocumented in source.

Members

Functions

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

Static functions

opCall
immutable(IStemOperation) opCall(immutable(string[2][]) list, size_t minLength)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

list
immutable(string[2][]) list;
Undocumented in source.
minLength
size_t minLength;
Undocumented in source.

Inherited Members

From IStemOperation

get
string get(string value)

Aplly the operation and returns the result

Meta