isNameStartChar
fn
bool isNameStartChar(char c) @safe nothrow pureReturns true if c is an XML 1.0 NameStartChar (ASCII subset).
Covers letters, '_', and `':'`. Does not cover full Unicode ranges; see the XML 1.0 specification production [4] for the complete set.