Function writerFor

Returns a Writer for the given StringType, outRange and PrettyPrinter.

Prototypes

auto writerFor(StringType, alias PrettyPrinter, OutRange)(
  auto ref OutRange outRange
);

auto writerFor(StringType, OutRange, PrettyPrinter)(
  auto ref OutRange outRange,
  auto ref PrettyPrinter printer
);

Authors

Copyright

License