The type of the associative array.
The key type of the associative array T.
static assert(is(KeyType!(int[string]) == string)); static assert(!is(KeyType!(int[15])));
See Implementation