AnsiComponents

An alias for a string[] containing exactly enough elements for the following ANSI strings:

* [0] = Foreground ANSI code. * [1] = Background ANSI code. * [2..n] = The code for any AnsiTextFlags that are set.

alias AnsiComponents = string[2 + FLAG_COUNT]

Meta