The OpenD Programming Language

Clob

Values of type clob are encoded as a sequence of octets that should be interpreted as text with an unknown encoding (and thus opaque to the application).

Members

Functions

opCmp
int opCmp(typeof(this) rhs)

Variables

data
const(char)[] data;

Meta