iput

Put x indented at indentDepth.

@safe @safe pure nothrow @nogc
void
iput
(
T
)
(
scope ref Output sink
,,
T x
)
if (
is(typeof(sink.put(x)))
)

Meta