Value

struct Value {
uint hash;
ubyte vtype;
}

Members

Static functions

stringcmp
int stringcmp(d_string s1, d_string s2)

Use this instead of std.string.cmp() because we don't care about lexicographic ordering. This is faster.

Meta