vmeta.typetuple

Additions to std.typetuple pending for inclusion into Phobos.

Members

Aliases

fake
alias fake = Fake!(int, double, string)
Undocumented in source.
fake2
alias fake2 = TypeTuple!(int, double, string)
Undocumented in source.
group
alias group = Group!(int, double, string)
Undocumented in source.
group2
alias group2 = Group!()
Undocumented in source.

Templates

Compare
template Compare(alias Group1, alias Group2)

Compares two groups for element identity

Fake
template Fake(T...)
Undocumented in source.
Group
template Group(T...)

TypeTuple which does not auto-expand.

isGroup
template isGroup(T...)

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Михаил Страшун