September 13, 2023 Learn » Struct nested function | |||
|---|---|---|---|
| |||
...import std.parallelism: task;
import std.typecons: tuple;
struct MainEngine {
int rno;
string firstname;
string... | |||
September 09, 2023 General » Re: On the panel discussion at Dconf day 3 | |||
|---|---|---|---|
| |||
This is exactly my point. The Tuple DIP has been around for years under the... | |||
September 09, 2023 General » Re: On the panel discussion at Dconf day 3 | |||
|---|---|---|---|
| |||
...do they know what competition is doing? Tuple DIP predates this IVY thing, what are... | |||
September 09, 2023 Issues » [Issue 24138] New: [REG 2.103] MemberFunctionsTuple does not see final functions | |||
|---|---|---|---|
| |||
...foo")); ``` Prior to 2.103, this outputs tuple(foo). After, it outputs (). Introduced here: https... | |||
September 07, 2023 General » Re: On the panel discussion at Dconf day 3 | |||
|---|---|---|---|
| |||
...i've been waiting for tagged union / tuple since forever IVY = bureaucracy + religion, recipe for... | |||
September 06, 2023 General » Re: Any workaround for bug 24118? | |||
|---|---|---|---|
| |||
...typecons : tuple;
void mock()
{
zip([1,2,3], ["a", "b", "c"])
.map!( i => tuple("", i... | |||
September 01, 2023 Learn » Re: I don't understand betterC | |||
|---|---|---|---|
| |||
...this example:
// ldc2 -c test.d
// output:
// tuple("object", "core", "main", "thisModule")
// just a random... | |||
August 28, 2023 Issues » [Issue 24118] New: ICE / regression from 2.103.1 - segfault on CTFE only code in 2.104.2 and 2.105.0 | |||
|---|---|---|---|
| |||
...tuple;
void foo() {
if( __ctfe ){
zip([1,2,3], ["a", "b", "c"])
.map!( i => tuple... | |||
August 23, 2023 General » Re: Define an order for allMembers traits | |||
|---|---|---|---|
| |||
...but yeah, what others say about the tuple thing is prolly the best thing by... | |||
August 23, 2023 General » Re: Define an order for allMembers traits | |||
|---|---|---|---|
| |||
...The order of the fields in the tuple matches the order in which the fields... | |||
Copyright © 1999-2021 by the D Language Foundation