February 25, 2022 Genel » Re: JSON Uyumlu Çokuzlu Örneği | |||
|---|---|---|---|
| |||
...yayınladığım yapıya (SIRALA) göre en önemli fark, Tuple gitti JSON geldi ve 3. bir AA... | |||
February 23, 2022 General » Re: Missing python-like chaining in D | |||
|---|---|---|---|
| |||
...a very big deal. (E.g., syntax for tuple unpacking would be significantly more impactful.) | |||
February 22, 2022 Genel » JSON Uyumlu Çokuzlu Örneği | |||
|---|---|---|---|
| |||
...C] dict;
C[F] freq;
@property add(Tuple!(C, F, S) chr) {
dict[chr[0... | |||
February 17, 2022 Announce » Re: Beta 2.099.0 | |||
|---|---|---|---|
| |||
...this is allowed:
```d
alias Tuple(T...) = T;
void foo()
{
Tuple!(int, int) tup;
auto... | |||
February 11, 2022 Learn » Re: How to work with hashmap from memutils properly? | |||
|---|---|---|---|
| |||
...size;
private Tuple!(KT, VT)[] a;
this(int size)
{
_size = size;
}
protected Tuple!(bool, VT... | |||
February 09, 2022 Learn » Re: Filling an array at compile time | |||
|---|---|---|---|
| |||
...would do this. ``` import std; alias Record = Tuple!(string, string, string); static immutable string[][] table... | |||
February 09, 2022 Learn » Filling an array at compile time | |||
|---|---|---|---|
| |||
...import std.csv, std.stdio; alias Record = Tuple!(string, string, string); immutable string[][] table; shared... | |||
February 08, 2022 Issues » [Issue 22729] dmd crushed and asked to report a bug | |||
|---|---|---|---|
| |||
...com> --- also I somewhat suspicious about `return tuple(cast(WidgetI)this, point);` lines in crush... | |||
February 07, 2022 Issues » [Issue 22736] Add destructuring bind for std.typecons.Tuple tuples | |||
|---|---|---|---|
| |||
...22736 - Add destructuring bind for std.typecons.Tuple tuples https://github.com/dlang/phobos/pull... | |||
February 04, 2022 Issues » [Issue 22736] Add destructuring bind for std.typecons.Tuple tuples | |||
|---|---|---|---|
| |||
...Tuple tuples" fixing this issue: - Fix Issue 22736 - Add destructuring bind for std.typecons.Tuple... | |||
Copyright © 1999-2021 by the D Language Foundation