December 13, 2021 Issues » [Issue 22596] New: The "publictests" target runs unittests at the top-level namespace so they don't have access to | |||
|---|---|---|---|
| |||
...string v) {
unittest {
writeln(v);
}
}
void main() {
alias x = canon!"abc";
}
The unittest works properly... | |||
December 13, 2021 Learn » Re: Why code failed to compile for foo2? | |||
|---|---|---|---|
| |||
...template foo2(T) if (!isUnqual!T == T)
{
alias foo2 = .foo2!(Unqual!T);
}
```
It would be... | |||
December 12, 2021 Learn » Re: template ctor overload Segmentation fault | |||
|---|---|---|---|
| |||
...import std.traits : CopyConstness;
struct UniquePtr(T){
alias Type = T;
this(Rhs, this This)(scope... | |||
December 12, 2021 Issues » [Issue 20236] spurious deprecation warnings on function calls within with(X) blocks while X has a deprecated alias this target | |||
|---|---|---|---|
| |||
...X) blocks while X has a deprecated alias this target https://github.com/dlang/dmd... | |||
December 12, 2021 Learn » unit test broken [DUB bug?] | |||
|---|---|---|---|
| |||
...root; import std.typetuple; static import notes; alias allModules = TypeTuple!(notes); import std.stdio; import... | |||
December 11, 2021 Duyuru » Re: İstanbul buluşmamız: 12 Aralık 2021, Pazar, 10:00 | |||
|---|---|---|---|
| |||
...41, 28,9),
Points(41, 28,9)
];
alias Nokta = PlanA;
Nokta gidelim = new Nokta(BuluşmaNoktaları... | |||
December 10, 2021 General » [SAoC 2021] Replace druntime Hooks with Templates: Milestone 3, Week 4 | |||
|---|---|---|---|
| |||
...new hook called `_d_delstructTrace` as an alias to the already implemented `_d_delstruct` [here... | |||
December 09, 2021 General » String interpolation, after a healthy debate on discord | |||
|---|---|---|---|
| |||
...opt for a really tiny name like `alias T = std.conv.text; string s = T... | |||
December 09, 2021 General » Re: Help in reviewing druntime PR | |||
|---|---|---|---|
| |||
...threabout, usable without Phobos. Phobos could public alias if need be, but certainly not the... | |||
December 09, 2021 General » Re: [OT] C# can do all the interpolated strings now | |||
|---|---|---|---|
| |||
this should have been: ```d tuple"hello $name" // or alias I = tuple; I"hello $name" ``` | |||
Copyright © 1999-2021 by the D Language Foundation