November 15 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...c
#include <stdio.h>
#include <limits.h>
int main()
{
short x = SHRT_MAX;
short div... | |||
November 14 Learn » Re: Avoid subtracting form .length | |||
|---|---|---|---|
| |||
...std.algorithm;
void foo(ref int[] a, int filler){
int[5] b;
auto len = min... | |||
November 14 Learn » Re: Avoid subtracting form .length | |||
|---|---|---|---|
| |||
...size, int padding = 42)(ref int[] arr)
{
assert(arr.length <= size, "Size Error!");
int[size... | |||
November 13 Issues » [Issue 24859] New: Relational expression for dynamic arrays with vector elements fails to compile | |||
|---|---|---|---|
| |||
...expression `r` of type `const(__vector(int[4]))` to `int` bug.d(4): Error: template... | |||
November 12 Issues » [Issue 12323] std.typecons.Nullable of a fixed-size array | |||
|---|---|---|---|
| |||
...Error: constructor `std.typecons.Nullable!(int[5]).Nullable.this(inout(int[5]) value) inout` is... | |||
November 12 Learn » Re: Using sets in associative arrays | |||
|---|---|---|---|
| |||
...AA with bool/void parameters. ```d bool[int][int] dict_of_sets; dict_of_sets... | |||
November 12 Learn » Re: Using sets in associative arrays | |||
|---|---|---|---|
| |||
...of integers such as
void main()
{
RedBlackTree!int[int] assoset;
assoset[2] = redBlackTree(2, 3... | |||
November 12 Learn » Using sets in associative arrays | |||
|---|---|---|---|
| |||
...which takes arrays as values, i.e. **int[][int] arr;** A sample of this could... | |||
November 11 Issues » [Issue 11986] IFTI type deduction / implicit conversion does not work for null literal | |||
|---|---|---|---|
| |||
...a, S!T* b) {}
void main()
{
S!int* a;
v(a,null);
}
```
2. it limited... | |||
November 10 Issues » [Issue 24852] LDC fails when compile foreach for the target avr. | |||
|---|---|---|---|
| |||
...0x00006535b26c02e7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/carsten/bin/ldc2-1.37.0... | |||
Copyright © 1999-2021 by the D Language Foundation