class method SpahQL.Token.Boolean.parseAt
SpahQL.Token.Boolean.parseAt(i, query) → Array\[resumeIndex, foundToken\] or null
Identifies a boolean true or false at the given index in the given string query and returns null if no token is identified, or a tuple of terminating index and the instantiated token if successful.