AnsiTextGC

A basic implementation that uses the GC for memory storage.

Since the memory is GC allocated there's no real fears to note.

Allows AnsiText to be copied, but changes between copies are not reflected between eachother. Remember to use ref!

static if(!BetterC)
alias AnsiTextGC = AnsiText!AnsiTextGCImplementation

Meta