Search

June 26, 2023
Issues »
...void foo() { }

void main() {
    test(&foo);  // FAIL: tuple()
}
-----

It seems that when function pointers are...
June 24, 2023
Learn »
...ints - or you could use std.typecons.Tuple!(string, int)[] with something like arr.find...
June 24, 2023
Issues »
...that the frontend treats/sets up the tuple as a temporary variable (valid for the...
June 09, 2023
General »
...got sweet pattern matching capabilities and safeties

``tuple`` same story again.. other language, even the...
June 08, 2023
Announce »
...sharp here in the forums, so I'm expecting top-notch observations about tuple design.
May 29, 2023
Issues »
...0x100042c5b]
??:? @trusted std.typecons.Tuple!(int, "status", immutable(char)[],
"output").Tuple std.process.executeImpl!(std...
May 19, 2023
Learn »
...explicit work unit size.
auto results = new Tuple!(float, real)[numbers.length];
taskPool.amap!(sqrt...
May 13, 2023
Announce »
...enums

- tagged union

- pattern matching

- async

- nullable

- tuple/multiple return (deconstruction)

- allocators (don't do...
May 12, 2023
General »
...tuple. That is because `auto` never infers static array types and likewise never infers tuple...
May 11, 2023
General »
...semantics. Empty struct size is one, so should be the size of an empty tuple.
24 25 26 27 28 29 30 31 32 33 34 35
Next ›   Last »