dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

In templates, provide a way to rename parameters #54

Closed dhh1128 closed 10 years ago

dhh1128 commented 10 years ago

std::pair has members .first and .second. I would like to use a template like this but rename the members to .left and .right, or to .up and .down, or whatever.

dhh1128 commented 10 years ago

dup of #58