Search

February 05, 2024
Learn »
...In those posts you can find other "solutions", Tuple DIP description and other useful ideas.
February 05, 2024
Learn »
...meta;
alias put = AliasSeq;

auto foo() { return tuple(1, 2, 3); }

int main(string[] args...
February 05, 2024
Learn »
...tuple
my_tuple = (2010, 10, 2, 11, 4, 0, 2, 41, 0)

# Unpack the tuple...
February 03, 2024
General »
Oh, and Exception Handling?

Get in native tuple and tagged union in the language, and...
February 02, 2024
Learn »
...auto ref Args args)
	{
		import std.typecons: tuple;
		import core.lifetime: forward;
		import std.meta...
January 19, 2024
General »
...in particular, it was incapable of handling tuple arguments, which includes nested strings, because they...
January 17, 2024
General »
...about wich is better

Do this with tuple, pattern matching, and tagged union, so people...
January 15, 2024
General »
...here?

Ok. But how do you handle tuple arguments and nested interpolations? It does not...
January 14, 2024
General »
...to `Format`, doing proper escaping of %, handling tuple arguments, handling nested interpolations, etc. The draft...
January 14, 2024
General »
...compile-time information passed via a string interpolation tuple, like it is for DIP1036e.

-Steve
11 12 13 14 15 16 17 18 19 20 21 22
Next ›   Last »