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

Resolve template arguments #709

Closed
wants to merge 7 commits into from
Closed

Resolve template arguments #709

wants to merge 7 commits into from

Conversation

ryuukk
Copy link
Contributor

@ryuukk ryuukk commented Feb 6, 2023

Right now it only supports types with 1 template argument, adding support for more should be relatively easy, but let's start simple first

  • Simple variable declaration Type!Arg some;
  • Simple auto variable initialization auto some = Type!Arg
  • More than 1 template argument !(N)

Code_MLnHqQ7kEs

image

@ryuukk ryuukk marked this pull request as draft February 6, 2023 15:43
@ryuukk
Copy link
Contributor Author

ryuukk commented Feb 6, 2023

image

@ryuukk ryuukk closed this by deleting the head repository Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants