Kameloso.fastbuffer

Buffer of outgoing fast message strings, used on Twitch servers.

The buffer size is "how many string pointers", now how many bytes. So we can comfortably keep it arbitrarily high.

struct Kameloso
version(TwitchSupport)
Buffer!(OutgoingLine, No.dynamic, BufferSize.outbuffer) fastbuffer;

Meta