Search

January 29, 2022
General »
...truly bounded, the heap size needs to be...regular pointers.

I don't know how the...
January 29, 2022
General »
...or at least used to be) the `size_t` type. Which exists, because a memory...
January 29, 2022
General »
...problem in C++ isn't that it is...blowing up the code size in ways that...
January 28, 2022
Learn »
...example) this function doesn't identify itself in...that have the largest size (memory occupation)", etc...
January 26, 2022
General »
...E[n], E, size_t n))
            {
                foreach (j; 0 .. __traits(getMember, T, field).length)
                {
                    result...
January 26, 2022
General »
...structuralRecurse(alias fun, T, size_t n)(T t0, T t1, ... T tn) {
	// invoke fun...
January 26, 2022
Learn »
...bytes
// e.g. int.sizeof
auto words(size_t typeSize) {
  // This need not be recursive...
January 25, 2022
Learn »
...bytes
// e.g. int.sizeof
auto words(size_t typeSize) {
  // This need not be recursive...
January 25, 2022
General »
...of significant size and worked on by large teams of programmers.


T

-- 
Don't modify...
January 25, 2022
Learn »
...g(T)(T t,string file=__FILE__,size_t line=__LINE__)
    {
         writeln(file,":",line," ",t...
106 107 108 109 110 111 112 113 114 115 116
Next ›   Last »