Search

November 15
DIP Ideas »
...c
#include <stdio.h>
#include <limits.h>

int main()
{
    short x = SHRT_MAX;
    short div...
November 14
Learn »
...std.algorithm;

void foo(ref int[] a, int filler){
   int[5] b;
   auto len = min...
November 14
Learn »
...size, int padding = 42)(ref int[] arr)
{
  assert(arr.length <= size, "Size Error!");
  int[size...
November 13
Issues »
...expression `r` of type `const(__vector(int[4]))` to
`int`
bug.d(4): Error: template...
November 12
Issues »
...Error: constructor
`std.typecons.Nullable!(int[5]).Nullable.this(inout(int[5]) value) inout` is...
November 12
Learn »
...AA with bool/void parameters.
```d
bool[int][int] dict_of_sets;
dict_of_sets...
November 12
Learn »
...of integers such as


    void main()
    {
        RedBlackTree!int[int] assoset;
        assoset[2] = redBlackTree(2, 3...
November 12
Learn »
...which takes arrays as values, i.e.
**int[][int] arr;**
A sample of this could...
November 11
Issues »
...a, S!T* b) {}

void main()
{
    S!int* a;
    v(a,null);
}
```

2. it limited...
November 10
Issues »
...0x00006535b26c02e7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int)
(/home/carsten/bin/ldc2-1.37.0...
2 3 4 5 6 7 8 9 10 11 12 13
Next ›   Last »