Determine if this symbol is only one.
false, *ps = NULL: There are 2 or more symbols true, *ps = NULL: There are zero symbols true, *ps = symbol: The one and only one symbol
See Implementation
Determine if this symbol is only one.