CheckedWriter.writeText

Undocumented in source. Be warned that the author may not have intended to support it.
struct CheckedWriter(WriterType, CursorType = void)
void
writeText
if (
isWriter!(WriterType) &&
(
is(CursorType == void) ||
(
isCursor!CursorType &&
is(WriterType.StringType == CursorType.StringType)
)
)
)

Meta