Function withValidation.withValidation
Prototype
auto withValidation(Writer, Args...)(
auto ref Writer writer,
auto ref Args args
)
if (isWriter!Writer);
auto withValidation(Writer, Args...)(
auto ref Writer writer,
auto ref Args args
)
if (isWriter!Writer);