MysqlEscape

Struct to wrap around an input range so it can be passed to formattedWrite and be properly escaped without allocating a temporary buffer

Members

Functions

toString
void toString(void delegate(scope const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

input
Input input;
Undocumented in source.

Parameters

Input

(Template Param) Type of the input range

Note: The delegate is expected to be @safe as of version 3.2.0.

Meta