6 days ago Genel » partial (with struct) | |||
|---|---|---|---|
| |||
...list, size_t i)
=> list[i];
// #2: Get elements by multiple indices
auto get(T... | |||
December 05 Learn » Re: Partial application on Nth argument | |||
|---|---|---|---|
| |||
...o).writeln; //error
}
}
template bindArgument(alias func, size_t N, fixedArgs...)
{
static auto bindArgument(A... | |||
December 02 Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...d
struct FixedStr(size_t capacity)
{
char[capacity] data = ' ';
char[] buff;
size_t titleLength;
this... | |||
December 02 Learn » Re: what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...couldn't have arrays of them where elements having different addresses. Because of size being... | |||
December 01 Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...true;
// Wait until all threads are stopped.
size_t stopped = 0;
while (stopped != totalThreads) {
receive... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...data(T,size_t N){}
enum isdata(T:data!(S,N),S,size_t N... | |||
December 01 Issues » [Issue 17228] File size() can't determine file unsearchable on Windows. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17228 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
November 25 Issues » [Issue 24878] New: Forward referencing issue | |||
|---|---|---|---|
| |||
...the size of `Container!T` which has a know-able size with no T knowledge... | |||
November 24 Issues » [Issue 15241] struct literal implicitly converts void* to size_t | |||
|---|---|---|---|
| |||
...implicitly convert expression `cast(const(void*))cast(size_t)1LU` of type `const(void*)` to... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...t be able to cast to in @safe at all (unless going straight to size... | |||
Copyright © 1999-2021 by the D Language Foundation