write

Writes string to stdout Compared to std.stdio.writeln this writeln is not using GC, can print @disable this() structs, can print core.simd.vector's write is not pure but we will pretend it is to enable write debug

@trusted
void
write
(
T...
)
(
auto ref const T el
)

Meta