December 17, 2023 General » Re: dmd -run speed trends | |||
|---|---|---|---|
| |||
...static auto oddNumbers(T)(T[] a) {
return delegate...S_IFREG|0644, st_size=7333, ...}) = 0
stat... | |||
December 14, 2023 Learn » Re: D is a great language, but I've had a bad experience getting started | |||
|---|---|---|---|
| |||
...the package managers doesn't do D justice...understand depending on the size of the project. | |||
December 11, 2023 Announce » Re: D Language Foundation October 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...initializer.front;
moveEmplace!T(init,element);
initializer.popFront();
}
}
ref T opIndex(size_t i)return... | |||
December 08, 2023 General » Re: D is our last hope | |||
|---|---|---|---|
| |||
...i, T; Includes.args)
{
assure!(T)();
includes_arr[i] = type_id!(T);
}
size_t[Excludes... | |||
December 06, 2023 Announce » D Language Foundation October 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...couldn't be sure they wouldn't hit...you set a default size that you use... | |||
December 05, 2023 Learn » Re: union default initialization values | |||
|---|---|---|---|
| |||
...storage size of the number will not be fixed.) Also, if you don't understand... | |||
December 02, 2023 Learn » Re: Advent of Code 2023 | |||
|---|---|---|---|
| |||
...read are different*/ str, bool reverse) {
for(size_t i = reverse ? str.length - 1: 0... | |||
December 01, 2023 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...Deprecation: foreach: loop index implicitly converted from `size_t` to `ubyte` So I think it... | |||
November 30, 2023 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...don't see why it uses `ubyte` for the actual index instead of `size_t... | |||
November 30, 2023 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...infinite, or does the loop counter stay `size_t` (not accessible by user) and it... | |||
Copyright © 1999-2021 by the D Language Foundation