Search

December 17, 2023
General »
...static auto oddNumbers(T)(T[] a) {
    return delegate...S_IFREG|0644, st_size=7333, ...}) = 0
stat...
December 14, 2023
Learn »
...the package managers doesn't do D justice...understand depending on the size of the project.


December 11, 2023
Announce »
...initializer.front;
            moveEmplace!T(init,element);
            initializer.popFront();
        }
    }
    ref T opIndex(size_t i)return...
December 08, 2023
General »
...i, T; Includes.args)
            {
                assure!(T)();
                includes_arr[i] = type_id!(T);
            }
            size_t[Excludes...
December 06, 2023
Announce »
...couldn't be sure they wouldn't hit...you set a default size that you use...
December 05, 2023
Learn »
...storage size of the number will not be fixed.)

Also, if you don't understand...
December 02, 2023
Learn »
...read are different*/ str, bool reverse) {
	for(size_t i = reverse ? str.length - 1: 0...
December 01, 2023
General »
...Deprecation: foreach: loop index implicitly converted from `size_t` to `ubyte`

So I think it...
November 30, 2023
General »
...don't see why it uses `ubyte` for the actual index instead of `size_t...
November 30, 2023
General »
...infinite, or does the loop counter stay `size_t` (not accessible by user) and it...
28 29 30 31 32 33 34 35 36 37 38 39
Next ›   Last »