Search

April 11, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=21171

Iain Buclaw <ibuclaw@gdcproject.org> changed...
April 11, 2022
Genel »
...örn. bir yapı içine işlev enjekte etmekte) ```alias``` kullanabilirsiniz Pratikte faydası olmasa da ```const``` ile...
April 10, 2022
General »
...referenced;
void main(){
    alias foo=referenced;
    struct bar{}
    alias faz=sometemplate!int;
    alias firstcopy=__HERE...
April 10, 2022
Issues »
...Consider the following program:


--------------------------------------

import core.simd;

alias __m128d = double2;

__m128d _mm_setr_pd (double...
April 09, 2022
Genel »
...durum yok ama onun yerine şöyle bir
> alias kullanmak, işleri kolaylaştırmaz mı?

Evet. Hem okumayı...
April 10, 2022
Genel »
...onun yerine şöyle bir alias kullanmak, işleri kolaylaştırmaz mı?

```d
alias immutable(char[]) [] strings;
```

Sondaki...
April 09, 2022
General »
...alias filter, bool asserts = false)
{
    enum isFilter=
    {
        import std.traits : ReturnType, Parameters, isMutable, isScalarType;
        alias...
April 08, 2022
General »
...cb();
                };
            }
        }
    }

    unittest
    {
        alias F = opDispatch!"get_window_attributes";
        //pragma(msg, typeof(F));

        alias G = opDispatch...
April 08, 2022
General »
...t alias this be employed for this?

I.e. in Rc struct have this:
alias...
April 08, 2022
Issues »
...of manifest constant on right-handside of
alias declaration (#13946)

  Remove an unnecessary `typeToExpression` conversion...
231 232 233 234 235 236 237 238 239 240 241
Next ›   Last »