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
extended_asset
Inexplicably, some operators are missing for extended_asset class. I.e. < is there, but > is not. += is there but *= is not, etc
<
>
+=
*=
All in all, the following are not there (but exist for asset):
asset
/= int64_t
*= int64_t
int64_t *
* int64_t
/ int64_t
/ extended_asset
I can submit a PR for these if required.
The text was updated successfully, but these errors were encountered:
ScottBailey
Successfully merging a pull request may close this issue.
Inexplicably, some operators are missing for
extended_asset
class.I.e.
<
is there, but>
is not.+=
is there but*=
is not, etcAll in all, the following are not there (but exist for
asset
):>
/= int64_t
*= int64_t
int64_t *
* int64_t
/ int64_t
/ extended_asset
I can submit a PR for these if required.
The text was updated successfully, but these errors were encountered: