IdentValue

A pair of strings.

class IdentValue {
cstring ident;
cstring value;
}

Meta