The OpenD Programming Language

MirStringTable.sortedKeys

Keys sorted by length and then lexicographically.

struct MirStringTable(U, C = char)
const(immutable(C)[])[] sortedKeys;

Meta