Search

6 days ago
Genel »
...list, size_t i)
    => list[i];

//  #2: Get elements by multiple indices
  auto get(T...
December 05
Learn »
...o).writeln; //error
  }
}

template bindArgument(alias func, size_t N, fixedArgs...)
{
  static auto bindArgument(A...
December 02
Learn »
...d
struct FixedStr(size_t capacity)
{
  char[capacity] data = ' ';
  char[] buff;
  size_t titleLength;

  this...
December 02
Learn »
...couldn't have arrays of them where elements having different addresses. Because of size being...
December 01
Learn »
...true;

    // Wait until all threads are stopped.
    size_t stopped = 0;
    while (stopped != totalThreads) {
        receive...
December 01
Learn »
...data(T,size_t N){}
enum isdata(T:data!(S,N),S,size_t N...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=17228

--- Comment #3 from dlangBugzillaToGithub <robert.schadek...
November 25
Issues »
...the size of `Container!T` which has a know-able size with no T knowledge...
November 24
Issues »
...implicitly convert expression
`cast(const(void*))cast(size_t)1LU` of type `const(void*)` to...
November 21
Issues »
...t be able to cast to in @safe at all (unless going straight to size...
1 2 3
Next ›   Last »