Function identity
Dummy translation function that returns the input unmodified.
string identity
(
string str,
string context = null
) nothrow @nogc @safe;
Dummy translation function that returns the input unmodified.
string identity
(
string str,
string context = null
) nothrow @nogc @safe;