Struct MysqlEscape
Struct to wrap around an input range so it can be passed to formattedWrite and be properly escaped without allocating a temporary buffer
struct MysqlEscape(Input)
;
Parameters
| Name | Description |
|---|---|
| Input | (Template Param) Type of the input range |
Note
The delegate is expected to be @safe as of version 3.2.0.