Search

August 11, 2022
Announce »
...portable? There is probably a size at which it isn't that portable anymore.
It...
August 11, 2022
Announce »
...Something like

``` D
void[] need_more_ram(size_t amount, void[] old_chunk, void* user...
August 09, 2022
Announce »
...Single allocation pessimizes the size a lot because since you haven't encoded yet, you...
August 08, 2022
Learn »
...a pointer and a size, and you can't exceed that size. Yes, the data...
August 08, 2022
Learn »
...input_filename ~ "--");
    }

    // Open input file for reading
    size_t line_count = 0;
    File input_file...
August 04, 2022
Learn »
...an_int_D_array_behind_the_scenes {
  size_t length;
  int * ptr;
}

So,

  students = students...
August 03, 2022
General »
...E);

        foreach (size_t i, mem; __traits(allMembers, E)) {
            static assert(i < T.sizeof * 8...
August 02, 2022
Genel »
...SetAttribute(SDL_GL_DEPTH_SIZE, 24);
        SDL_GL...writeln("OpenGL context couldn't be created! SDL...
July 31, 2022
Learn »
...or any array) as a `struct { size_t length; T* ptr; }` combined with a bunch...
July 31, 2022
Learn »
...ulong based upon the size of a pointer.

```d
for(size_t i = ch.length...
78 79 80 81 82 83 84 85 86 87 88 89
Next ›   Last »