February 09, 2023 Learn » Re: staticMap but with two arguments | |||
|---|---|---|---|
| |||
...template alias myTypes = AliasSeq!(int, double, long); alias mySizes = AliasSeq!(1, 2, 3); alias myFoos... | |||
February 09, 2023 Genel » Yeni staticMap Uygulaması | |||
|---|---|---|---|
| |||
...i]
));
}
}
}
alias T = AliasSeq!(byte, short, int);
alias V = AliasSeq!(1, 2, 4);
alias B... | |||
February 09, 2023 Issues » [Issue 23682] New: dip1000 problem with return by ref | |||
|---|---|---|---|
| |||
...puremagic.com
Reporter: bugzilla@digitalmars.com
For:
---
alias VErr = char*;
@safe:
ref char* front_p... | |||
February 09, 2023 General » Re: Weird DIP1000 issue | |||
|---|---|---|---|
| |||
...errors[].filter!(e => e.m);
}
}
auto filter(alias predicate, Element)(return Element[] range) {
static struct... | |||
February 08, 2023 Issues » [Issue 20895] Error with alias to struct member or member function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20895 John Hall <john.michael.hall@gmail... | |||
February 08, 2023 Issues » [Issue 6842] Can't use alias of instance member | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=6842 John Hall <john.michael.hall@gmail... | |||
February 08, 2023 Learn » Re: staticMap but with two arguments | |||
|---|---|---|---|
| |||
...size_t N, alias fun, args...) if (args.length % N == 0) {
alias staticMapN = AliasSeq!();
static... | |||
February 08, 2023 Learn » Re: Comparison of multidimensional associative arrays | |||
|---|---|---|---|
| |||
...in table A. This should do it: alias MyType = string[string][int]; // 'a' is subtracted... | |||
February 08, 2023 General » Re: Weird DIP1000 issue | |||
|---|---|---|---|
| |||
...that looks like a bug to me: ---- alias VErr = char*; ref front_r(ref VErr... | |||
February 07, 2023 Genel » Re: struct'lar ile ilgili (işin içinden çıkamadım!) | |||
|---|---|---|---|
| |||
...hash == cast(size_t)bar);
}
template Sarr(alias T = char)
{
enum s = size_t.sizeof... | |||
Copyright © 1999-2021 by the D Language Foundation