Notes: This struct implements the sink-based toString which performs no allocations, so the likes of std.stdio.writeln will automatically use the sink-based version if you pass this struct to it directly.
A GC-allocated string containing this AnsiTextLite as an ANSI-encoded string, ready for printing.
See Implementation
Notes: This struct implements the sink-based toString which performs no allocations, so the likes of std.stdio.writeln will automatically use the sink-based version if you pass this struct to it directly.