Remove all mentions of TypeTuple from std.meta#5638
Conversation
|
Thanks for your pull request, @MetaLang! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
wilzbach
left a comment
There was a problem hiding this comment.
Thanks a lot for thinking about this! :)
std/meta.d
Outdated
|
|
||
| /** | ||
| * Returns a typetuple created from TList with the all occurrences, | ||
| * Returns a `AliasSeq` created from TList with the all occurrences, |
There was a problem hiding this comment.
I think this should have "an" as well (ditto for the other).
wilzbach
left a comment
There was a problem hiding this comment.
Thanks! Probably you want to squash your second commit?
|
I'm using the web UI so I can't at the moment. I'll do it in a bit. |
89d2eb9 to
58989c3
Compare
Ah I was just asking whether you agree -> squashed :) |
No description provided.