AnsiColour.MAX_CHARS_NEEDED

The maximum amount of characters any singular AnsiColour sequence may use.

This is often used to create a static array to temporarily, and without allocation, store the sequence for an AnsiColour.

struct AnsiColour
enum MAX_CHARS_NEEDED = "38;2;255;255;255".length;

Meta