Construct an identifier from a D slice
Note: Since name needs to be \0 terminated for toChars, no slice overload is provided yet.
the identifier name There must be '\0' at name[length].
the length of name, excluding the terminating '\0'
Identifier value (e.g. Id.unitTest) or TOK.identifier
See Implementation
Construct an identifier from a D slice
Note: Since name needs to be \0 terminated for toChars, no slice overload is provided yet.