Function mysqlEscape

Helper function to easily construct a escape wrapper struct

Template Params: T = type of the input

Prototype

MysqlEscape!T mysqlEscape(T)(
  T input
);

Parameters

NameDescription
input input to escape

Authors

Copyright

License