InlineReplace

Constructors

this
this(immutable(string[2][]) list)
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)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
immutable(IStemOperation) opCall(const(string[2][]) list)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
immutable(IStemOperation) opCall(immutable(string) from, immutable(string) to)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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

Inherited Members

From IStemOperation

get
string get(string value)

Aplly the operation and returns the result

Meta