December 17, 2022 Issues » [Issue 21247] AssertArguments should allow for tuple auto expansion | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21247 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 19120] Cannot slice a struct with a tuple alias this | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19120 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 20031] Tuple.toString does not work with mutable toString | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20031 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 15, 2022 Issues » [Issue 23558] New: add __traits(getModuleClasses [, module name]) | |||
|---|---|---|---|
| |||
...msg, __traits(getModuleClasses, std.stdio);
prints:
tuple("test.C")
tuple("std.stdio.Stdio.Exception")
".classinfo... | |||
December 03, 2022 General » Re: Focus (was Re: draft proposal for Sum Types for D) | |||
|---|---|---|---|
| |||
...resolved, sure, but we should not forget about the importance of having sumtype/tuple right | |||
November 16, 2022 Learn » Re: Sorted Array (Container) Type | |||
|---|---|---|---|
| |||
...less(tuple(0, 3)) == true); assert(a == [tuple(0, 1), tuple(0, 2), tuple(0... | |||
November 14, 2022 Learn » Re: dmd 2.099 regression: unittest -checkaction=context and import std.regex cause lots of undefined references | |||
|---|---|---|---|
| |||
...my import list: ```d import std.typecons : Tuple; import std.container : Array; import std.format... | |||
November 11, 2022 Learn » Re: aa.keys, synchronized and shared | |||
|---|---|---|---|
| |||
...s(%s);", s, sargs.stringof[6 .. $-1])); // tuple(_param_0) } } } } ``` With synchronized on the class... | |||
November 07, 2022 Genel » Re: Ne Nasıl Kullanılmalı? | |||
|---|---|---|---|
| |||
...invalidSliceOffset;
alias BlockSlice = typeof(elements[]);
alias TD = Tuple!Data;
Şunun gibi kullanımları farklı kabul etmek... | |||
November 01, 2022 General » Re: Is D really that bad? | |||
|---|---|---|---|
| |||
...for granted from modern languages such convenient tuple syntax and similar features that are now... | |||
Copyright © 1999-2021 by the D Language Foundation