Search

April 11
Learn »
...uint CHUNKSZ = 65536;

size_t
countnl(ref shared char[] data)
{
    size_t res = 0;

    foreach...
April 10
General »
...something you know doesn't exist. Pre-loading...about the file (including size). So you can...
April 09
General »
...D
*cast(size_t*) &ptr = __ptrWrite!int(cast(size_t) ptr, cast(size_t) new...
April 07
General »
...with ranges that provide a size, but it doesn't yet, therefor a call to...
April 06
Learn »
...last;
  T front() => first;
  auto popFront() => first += step;
}

void main() {
  auto r1 = N!size_t...
April 05
Learn »
...last;
  T front() => first;
  auto popFront() => first += step;
}
void main() {
  auto r1 = N!size_t...
April 05
Genel »
...length()
    => cast(size_t)((sınır - n) / adım);
  /*
  void put(T Sınır = 0, T Adım = 0...
April 04
Issues »
...e;}
struct Enum(T) {T t;}
struct Object...size without knowing the actual pointee type size...
April 04
Issues »
...struct Array(E) {}
struct Enum(T) {T t;} // <-- here T size is not known yet...
April 04
General »
...it hasn't helped.

Micro's tend to be on the small size, all the...
15 16 17 18 19 20 21 22 23 24 25 26
Next ›   Last »