std.typelist
David Nadlinger
see at klickverbot.at
Fri Jun 22 13:16:12 PDT 2012
On Friday, 22 June 2012 at 19:52:37 UTC, Guillaume Chatelet wrote:
> +1, I'd add std.typecons to this list ( std.typecons.Tuple in
> particular ).
> The boundaries of each of those modules are kind of blurry and
> overlapping.
std.typecons.Tuple lives in the run-time (and CTFE, for that
matter) domain, while the stuff discussed here happens in the
compile-time type system) world There are some situations in
which this line is blurred (e.g. in the case of »type tuples of
runtime values«, like you get for variadic template functions),
but there is a deep conceptual difference between the two modules.
David
More information about the Digitalmars-d
mailing list