December 19, 2021 Genel » Re: Üç Boyutlu Dünya-3 | |||
|---|---|---|---|
| |||
...2], c);
}
override Çizgi[] kenar() { return edges; }
}
alias Painter = PainterHelper;
void main() {
auto rnd = Random... | |||
December 19, 2021 Issues » [Issue 22611] New: ImportC: Need better error messages involving structs | |||
|---|---|---|---|
| |||
...is generated by the compiler, so the alias stb_easy_font_color should be reported... | |||
December 19, 2021 Issues » [Issue 22609] New: [REG2.097] | |||
|---|---|---|---|
| |||
...State state = State.INACTIVE;
int generation = 1;
alias state this;
// DMDBUG: https://issues.dlang.org... | |||
December 19, 2021 Learn » Re: ImportC: Should this compile? | |||
|---|---|---|---|
| |||
...introduces an alias:
```c
typedef struct Bar {} Bar;
```
So `Bar` is now an alias for... | |||
December 18, 2021 Issues » [Issue 21670] [REG 2.095] Public alias to private function triggers a deprecaton | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21670
johanengelen@weka.io changed:
What |Removed... | |||
December 18, 2021 General » Suggestion: Operator `in` for slices | |||
|---|---|---|---|
| |||
...InResult
{
size_t index = size_t.max;
alias index this;
bool opCast(T : bool)() const... | |||
December 17, 2021 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
``` alias reversed = retro; ``` Problem solved :) | |||
December 17, 2021 Learn » Re: Is it possible to do this with a template? | |||
|---|---|---|---|
| |||
...a normal template:
>
> ```d
> template is_same(alias value, T)
> {
> enum is_same = is(typeof... | |||
December 17, 2021 Learn » Re: Is it possible to do this with a template? | |||
|---|---|---|---|
| |||
...a normal template:
```d
template is_same(alias value, T)
{
enum is_same = is(typeof... | |||
December 17, 2021 Learn » Re: Is it possible to do this with a template? | |||
|---|---|---|---|
| |||
...something like this:
```d
bool is_same(alias value, T)() {
return is(typeof(value) == T... | |||
Copyright © 1999-2021 by the D Language Foundation