isString.isString

Undocumented in source.
template isString(alias s)
enum isString = is(typeof(s) == string);

Meta