Skip to content
New issue

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

Support a template assignment operator #45

Open
FrankSzendzielarz opened this issue Mar 12, 2024 · 0 comments
Open

Support a template assignment operator #45

FrankSzendzielarz opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FrankSzendzielarz
Copy link
Owner

Use what Rob at MakerX suggested as a format , compliant with theirs (AlgoKit), to permit a templated assignment operator.

Perhaps a solution could be to use a standard variable or const format:

const int _this_is_a_template = 0;
Depending on the variable type we would replace with an int or byte literal constant

@FrankSzendzielarz FrankSzendzielarz added the enhancement New feature or request label Mar 12, 2024
@FrankSzendzielarz FrankSzendzielarz self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant