isUniIdentifier

Gets whether the given string is a universal C identifier.

@nogc nothrow
bool
isUniIdentifier
(
inout(char)[] iden
)

Meta

Standards

Conforms to ISO/IEC 9899:1999(E) Appendix D of the C99 Standard.