The OpenD Programming Language

AsciiString

Defines various character sets.

import std.encoding;
alias AsciiString = immutable(AsciiChar)[]

Meta