Search

December 28, 2021
Issues »
...code:

bool f(T)(T x)
{
    return false...or reducing the stack size first with the...
December 27, 2021
Learn »
...which has a fixed size, and the array...will fit. D doesn't impose fixed interpretations...
December 26, 2021
Learn »
...void write(T)(int fd, const T buf...I noticed is the size of the strings...
December 26, 2021
General »
...for the enum "buffer_size" (which is a...there is still something I don't understand...
December 25, 2021
Internals »
...and doesn't involve mental gymnastic to remember the size
2. i don't think...
December 25, 2021
General »
...value) == T);

char* to_str(T)(T num...buffer_size = 12;
  } else {
    enum buffer_size = 21...
December 24, 2021
Internals »
...Cent for "100".

It doesn't come from C.


The size postfix is fine for...
December 25, 2021
Internals »
I didn't know what ``cent`` was, then...unsigned following by the size

So we know...
December 23, 2021
General »
...knowledge of the bit size of each basic...outer function).

  I haven't explored much about...
December 23, 2021
Genel »
...vowels);
    return result ~ ")";
  }

  Tuple!(bool, string, size_t, size_t) demeti()
  {
    return tuple(bold, data...
114 115 116 117 118 119 120 121 122 123 124
Next ›   Last »