The state of string interpolation

Adam D. Ruppe destructionator at gmail.com
Thu Dec 6 23:02:43 UTC 2018


On Thursday, 6 December 2018 at 22:54:54 UTC, o wrote:
> import std.typecons: tuple;

That's a library tuple, which is just syntax salt over a struct.

When we say tuple here, we are actually referring to a compiler 
tuple, which is more like AliasSeq from std.meta - a magic type 
that represents an argument list.


More information about the Digitalmars-d mailing list