September 08 Issues » [Issue 24752] New: betterC memset link errors with template+array | |||
|---|---|---|---|
| |||
...void fn(T, int N)(const T[N...1, 2, 2]); // same size array with different... | |||
September 01 General » Re: Requirements for Slicing Ranges | |||
|---|---|---|---|
| |||
The range API uses size_t for indices, and it is required that the indices... | |||
September 02 General » Re: Requirements for Slicing Ranges | |||
|---|---|---|---|
| |||
...non-integral keys. Typically both ``size_t`` and ``ptrdiff_t`` will have defined sequentiality, but... | |||
August 31 DIP Ideas » takeBack() implementation in std.range for OutputRanges | |||
|---|---|---|---|
| |||
...BigInt numara;
size_t length;
this(T)(T ilk) { // Initialize
static if (isIntegral!T)
numara... | |||
August 30 Learn » Re: importC error: _Builtin_stddef | |||
|---|---|---|---|
| |||
...if !defined(_SIZE_T) || \
(__has_feature(modules) && !__building_module(_Builtin_stddef))
#define _SIZE_T
```
Without... | |||
August 30 Issues » [Issue 24731] New: IFTI cannot handle integer expressions | |||
|---|---|---|---|
| |||
...Reporter: ogion.art@gmail.com void solve(size_t N)(ref double[N+1][N... | |||
August 30 Learn » importC error: _Builtin_stddef | |||
|---|---|---|---|
| |||
...1: /llvm/lib/clang/18/include/__stddef_size_t.h:15:50: error: missing binary... | |||
August 23 Genel » AsalTara v7 (n'inci asal sayı) | |||
|---|---|---|---|
| |||
...inci asal sayıyı bulan fonksiyon
size_t prime(size_t n) {
auto primes = sieveOfEratosthenes(2... | |||
August 23 General » Re: Outer class reference oddity? | |||
|---|---|---|---|
| |||
...abandon it; I can't imagine any conceivable...outer references, check the size of Inner1 and... | |||
August 22 Genel » Re: ConsArray | |||
|---|---|---|---|
| |||
...E opIndex(size_t i) { return list[i]; }
void opOpAssign(string op : "~", T)(T value... | |||
Copyright © 1999-2021 by the D Language Foundation