December 28, 2022 Issues » [Issue 23588] New: Std lacks a way to read Unicode from a file expect by line | |||
|---|---|---|---|
| |||
...crazymonkyyy@gmail.com
```
struct filebydchar{
dstring me; alias me this;
this(string s){
import std... | |||
December 28, 2022 Issues » [Issue 23587] New: cast(void) doesn't work for noreturn | |||
|---|---|---|---|
| |||
...com
```
noreturn stuff() {
assert(false);
}
void doStuff(alias fun)() {
// This is a template, so I... | |||
December 27, 2022 Issues » [Issue 18646] Recursive template expansion incorrectly reported for certain templated classes | |||
|---|---|---|---|
| |||
...i) { }
uint f()
{
Template!(1) x;
return 0;
}
immutable constant = f();
alias X = Template!constant;
-- | |||
December 27, 2022 Issues » [Issue 22737] Segmentation fault in CppMangleVisitor.getTiNamespace | |||
|---|---|---|---|
| |||
...also work for me, because templates with alias can probably just be marked as extern... | |||
December 27, 2022 Issues » [Issue 22975] 3 cyclic aliases with meaningful overloads not caught [ice] | |||
|---|---|---|---|
| |||
...void foo(int){};
alias bar=foo;
void bar(bool){}
alias foobar=bar;
alias foo=foobar... | |||
December 27, 2022 Genel » Re: Mixin Template | |||
|---|---|---|---|
| |||
... struct Inner
{
Type value;
alias value this;
}
}
struct MiniIota(Type, int... | |||
December 25, 2022 General » Re: templated toString and class inheritance | |||
|---|---|---|---|
| |||
...alias SYM = __traits(getMember, `~MOD~`, "`~sym~`");`);
static if (is(SYM == class)) {
alias CLASS = SYM;
alias... | |||
December 25, 2022 Issues » [Issue 23578] Types are not matched to alias parameters in "is" expression | |||
|---|---|---|---|
| |||
...request #14738 "Fix Issue 23578 - Pattern match alias template parameters in is expre…" was merged... | |||
December 25, 2022 Issues » [Issue 23578] Types are not matched to alias parameters in "is" expression | |||
|---|---|---|---|
| |||
...alias template parameters in is expre…" fixing this issue: - Fix Issue 23578 - Pattern match alias... | |||
December 24, 2022 Learn » Re: Confusion about `Random` | |||
|---|---|---|---|
| |||
...and associative array capabilities are incredible: ```d alias oT = int; enum opMap = [ "×": (oT a... | |||
Copyright © 1999-2021 by the D Language Foundation