Search

September 15, 2022
Learn »
...win64)
```d
class Foo {
	string s;
	static size_t count, alloced, dealloced;
	this() {
		"+Foo".writeln...
September 15, 2022
Announce »
...general principal, we don't want to include...compilation speed and binary size: 'import std;' compiles...
September 13, 2022
Learn »
...can use a 0-size static array:
```D
struct mystruct {
	uint32_t mask_limit;   // Limit...
September 13, 2022
Announce »
...it didn't get along well with cycle().

For example:
```d
immutable size_t pageSize...
September 11, 2022
General »
...function instead of minElement; I return 0 immediately on a range of size_t elements.
September 09, 2022
General »
...main()
{
    outer: for (size_t i = 0; i < 4; i++) {
        for (size_t j = 0...
September 08, 2022
General »
...version(Windows)
    alias socket_t = size_t;
else
    alias socket_t = int;
```

I'd prefer...
September 08, 2022
General »
...code
2) the result won't be optimized, neither size nor speed, as well as...
September 08, 2022
Announce »
...needed, I just can't do it now...my problem was the size when in split...
September 08, 2022
Announce »
...from full size, and larger than it was in the livestream. I don't have...
72 73 74 75 76 77 78 79 80 81 82 83
Next ›   Last »