simendsjo:
int a; string b; ToTuple!(a, b) should create Tuple!(int, "a", string, "b")template ToTuple(Variables...) { ? }
ToTuple will have a hard time inventing the names for those fields... Bye, bearophile
simendsjo:
int a; string b; ToTuple!(a, b) should create Tuple!(int, "a", string, "b")template ToTuple(Variables...) { ? }
ToTuple will have a hard time inventing the names for those fields... Bye, bearophile