Search

August 07
DIP Ideas »
...template, it is passed the length of the expansion as a `size_t` value argument.
August 05
Issues »
...ubyte[limit] array", i, ";");
        }
        ref ubyte opIndex(size_t index) @safe return {
                switch (index >> 24...
August 01
Learn »
I don't have I compiler in hand...your concern over the size of the file...
July 31
Learn »
...float shiny;
    size_t[] diffuseTextures;
    size_t[] specularTextures;
    size_t[] ambientTextures; // won't be used...
July 28
General »
...mmap(void* p, size_t, MMapProt prot, MMapFlags flags, int fd, off_t off) {
  return...
July 21
Learn »
...size of a std::string on my platform is 32.
	//^--strangely, below segfault doesn't...
July 21
DIP Development »
...as the system don't abuse these unused...be aligned to there size, as it is...
July 18
DIP Ideas »
...void)cast(size_t)s.length; // calls getter
cast(void)cast(size_t)s.length...
July 17
DIP Ideas »
the size_t? probaly; but that ships sailed, slices use size_t lengths, its *also...
July 16
Issues »
...Object[1] c;
    (cast(size_t[1]) c) = 2; //!
    (cast(size_t[1]) c)[0...
2 3 4 5 6 7 8 9 10 11 12 13
Next ›   Last »