October 28, 2022 Learn » Re: Replacing tango.text.Ascii.isearch | |||
|---|---|---|---|
| |||
...idea for them to share the same index in the Unicode table? But wait. What... | |||
October 25, 2022 Learn » Re: Replacing tango.text.Ascii.isearch | |||
|---|---|---|---|
| |||
...etc. I use it when preparing the Index section of the Turkish edition of "Programming... | |||
October 25, 2022 Learn » Re: Is "auto t=T();" not the same as "T t;"? | |||
|---|---|---|---|
| |||
...time: ``` core.exception.ArrayIndexError@onlineapp.d(19): index [0] is out of bounds for array... | |||
October 20, 2022 Learn » Re: Catching C errors | |||
|---|---|---|---|
| |||
...cran.r-project.org/web/packages/Rcpp/index.html) all built with native D code... | |||
October 18, 2022 Learn » Re: parallel is slower than serial | |||
|---|---|---|---|
| |||
...For that I had to convert 2d index into 1d, and then back to 2d... | |||
October 17, 2022 Learn » Re: Reading and wiping notes also adding more notes | |||
|---|---|---|---|
| |||
...modelled as a string array and an index showing where the active part starts: import... | |||
October 15, 2022 General » Re: why static array can be reassigned with new allocation? | |||
|---|---|---|---|
| |||
...and 5
a[10] = 0; // Error: array index 10 is out of bounds `a[0... | |||
October 15, 2022 General » Re: why static array can be reassigned with new allocation? | |||
|---|---|---|---|
| |||
you can always specify the start, end index: ``` a[start_a: end_a] = b[start... | |||
October 10, 2022 Issues » [Issue 22916] [dip1000] copy of ref return still treated as scope variable | |||
|---|---|---|---|
| |||
...main()
{
scope Arr a;
a.assign(*&a.index());
auto tmp = &a.index();
a.assign(*tmp);
}
```
-- | |||
October 09, 2022 General » What is the better signature for this? | |||
|---|---|---|---|
| |||
...safe to dereference a pointer, but not index from it. What about `float[4]` then... | |||
Copyright © 1999-2021 by the D Language Foundation