May 10, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...that contains two `T`s, accessed by index, otherwise unstructured. What is a `Tuple!(T... | |||
May 10, 2023 Issues » [Issue 7753] Support opIndexCreate as part of index operator overloading in user-defined types | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=7753 ZombineDev <petar.p.kirov@gmail.com... | |||
May 09, 2023 General » Re: struct Location size | |||
|---|---|---|---|
| |||
...version (LocOffset)
uint fileOffset; /// utf8 code unit index relative to start of file, starting from... | |||
May 09, 2023 General » Re: struct Location size | |||
|---|---|---|---|
| |||
...and column. (You'd probably have an index that does a bit of both, like... | |||
May 08, 2023 General » struct Location size | |||
|---|---|---|---|
| |||
...code unit index relative to start of line, starting from 1 ushort fileIndex; // index into... | |||
May 08, 2023 General » Re: ImportC and #include files | |||
|---|---|---|---|
| |||
...gnu.org/onlinedocs/gcc/Other-Builtins.html#index-_005f_005fbuiltin_005fhuge_005fval Probably requires an... | |||
May 06, 2023 General » Re: rectifiedIndexOf() | |||
|---|---|---|---|
| |||
...D could do the same.
```d
if (auto index = arr.indexOf('c'); index >= 0) …
``` | |||
May 06, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...1, "abc"]`. Indexing with a run-time index is supported by Design by Introspection: A... | |||
May 06, 2023 Announce » DConf '23 Guest Keynote Speaker | |||
|---|---|---|---|
| |||
...and current contributors. https://dconf.org/2023/index.html We're accepting submissions until the... | |||
May 05, 2023 General » rectifiedIndexOf() | |||
|---|---|---|---|
| |||
...but we're sailing another problem: Rectified Index...
```d
import std.stdio;
void main()
{
enum... | |||
Copyright © 1999-2021 by the D Language Foundation