Checks if the type is instance of StringMap.
static assert(isStringMap!(StringMap!int)); static assert(isStringMap!(const StringMap!int)); static assert(!isStringMap!int);
See Implementation
Checks if the type is instance of StringMap.