June 26, 2023 Issues » [Issue 24014] New: UDAs are lost during IFTI when function pointers are involved | |||
|---|---|---|---|
| |||
...void foo() { }
void main() {
test(&foo); // FAIL: tuple()
}
-----
It seems that when function pointers are... | |||
June 24, 2023 Learn » Re: A couple of questions about arrays and slices | |||
|---|---|---|---|
| |||
...ints - or you could use std.typecons.Tuple!(string, int)[] with something like arr.find... | |||
June 24, 2023 Issues » [Issue 24010] Destructor called before end of scope for tuples | |||
|---|---|---|---|
| |||
...that the frontend treats/sets up the tuple as a temporary variable (valid for the... | |||
June 09, 2023 General » Re: D has become unbearable and it needs to stop | |||
|---|---|---|---|
| |||
...got sweet pattern matching capabilities and safeties ``tuple`` same story again.. other language, even the... | |||
June 08, 2023 Announce » Re: The DConf '23 Schedule is Live! | |||
|---|---|---|---|
| |||
...sharp here in the forums, so I'm expecting top-notch observations about tuple design. | |||
May 29, 2023 Issues » [Issue 23943] New: `execute` causes interrupted system call inside LLDB | |||
|---|---|---|---|
| |||
...0x100042c5b] ??:? @trusted std.typecons.Tuple!(int, "status", immutable(char)[], "output").Tuple std.process.executeImpl!(std... | |||
May 19, 2023 Learn » Re: Lockstep iteration in parallel: Error: cannot have parameter of type `void` | |||
|---|---|---|---|
| |||
...explicit work unit size. auto results = new Tuple!(float, real)[numbers.length]; taskPool.amap!(sqrt... | |||
May 13, 2023 Announce » Re: A New Era for the D Community | |||
|---|---|---|---|
| |||
...enums - tagged union - pattern matching - async - nullable - tuple/multiple return (deconstruction) - allocators (don't do... | |||
May 12, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...tuple. That is because `auto` never infers static array types and likewise never infers tuple... | |||
May 11, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...semantics. Empty struct size is one, so should be the size of an empty tuple. | |||
Copyright © 1999-2021 by the D Language Foundation