We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This allows operations <=,<,>=,> to be used with the char type. We may also consider the + and - operators. Depends on #977.
char
Extends the operations a user can do with a char.
The text was updated successfully, but these errors were encountered:
Blocked by #977.
Sorry, something went wrong.
The char type is not currently supported in Leo v1.6.2.
No branches or pull requests
🚀 Feature
This allows operations <=,<,>=,> to be used with the
char
type.We may also consider the + and - operators.
Depends on #977.
Motivation
Extends the operations a user can do with a
char
.Implementation
Operators
Tests
The text was updated successfully, but these errors were encountered: