August 08, 2022 Genel » Re: D ile İlgili Sevdiğimiz ve Sevmediklerimiz | |||
|---|---|---|---|
| |||
...p > - @uda'lar tek tük. > > @nogc yerine alias nogc = makeUDA!(@nonew, @noheap // ...) falan > diyebilirdik. Olabilir... | |||
August 08, 2022 Issues » [Issue 23278] Can't pass alias member to a function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23278 --- Comment #2 from Marcelo Silva Nascimento... | |||
August 08, 2022 Issues » [Issue 23278] Can't pass alias member to a function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23278 Marcelo Silva Nascimento Mancini <msnmancini@hotmail... | |||
August 08, 2022 Issues » [Issue 23278] Can't pass alias member to a function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23278
anonymous4 <dfj1esp02@sneakemail.com> changed:
What... | |||
August 08, 2022 Learn » Re: How do I initialize a templated constructor? | |||
|---|---|---|---|
| |||
...100); ``` I will recommend an alias to make it easier: ``` alias IntTestArray = TestArray!(10, int... | |||
August 06, 2022 General » Re: A shorter alias for scope(exit) possible? a case for `defer` | |||
|---|---|---|---|
| |||
Indeed custom snippet is a good idea! I should start to do that more | |||
August 06, 2022 General » Re: A shorter alias for scope(exit) possible? a case for `defer` | |||
|---|---|---|---|
| |||
Vale has a feature where it won't let you forget to call a function... | |||
August 06, 2022 General » Re: A shorter alias for scope(exit) possible? a case for `defer` | |||
|---|---|---|---|
| |||
You can use `vim-snippets` etc to help you type. | |||
August 06, 2022 General » Re: A shorter alias for scope(exit) possible? a case for `defer` | |||
|---|---|---|---|
| |||
One argument against `defer` alias is D's way is actually more complete: https://tour... | |||
August 06, 2022 General » A shorter alias for scope(exit) possible? a case for `defer` | |||
|---|---|---|---|
| |||
...The first thing i tried was an alias, but unfortunately that's not possible ``` src... | |||
Copyright © 1999-2021 by the D Language Foundation