AnsiSection

An AnsiSectionBase that uses char as the character type, a.k.a what's going to be used 99% of the time.

alias AnsiSection = AnsiSectionBase!char

Meta