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