Search

February 17, 2023
Issues »
...struct SafeRefCounted(T){
    struct RefCountedStore{
        struct Impl{
            T _payload;
        }
        Impl* _store;
    }
    RefCountedStore* _refCounted;

    this(T...
January 31, 2023
General »
...blob/b3129254c8e4c25043bc11f820e5d8ea323ac603/druntime/src/core/internal/gc/impl/conservative/gc.d#L1947

But even if...
January 23, 2023
General »
...version:
```d
void process()(void delegate() userData) {/*impl*/}
```

Trying 2.099 (dmd-nightly on run...
January 23, 2023
Learn »
...static import mylib.impl.funcs;

// mylib/impl/funcs.d
module mylib.impl.funcs;

void foo...
January 20, 2023
Learn »
...doing a private implementation:

```d
module drawer.impl;
void drawLine(...)
```

Then, you create another file...
January 20, 2023
General »
...alias impl, protoDG, alias _WithAnyCombinationOfAttributes = WithAnyCombinationOfAttributes)
{
    static foreach (DG; _WithAnyCombinationOfAttributes!protoDG)
	alias opApply = impl!DG...
January 16, 2023
Learn »
...claim (it uses static array) 2. `alias impl this;` introduces some unexpected interactions (e.g...
January 13, 2023
Learn »
...T, size_t n)
{
    T[n] impl;
    alias impl this;

    /**
     * Per-element unary operations.
     */
    Vec...
January 04, 2023
Learn »
...blob/4dc7259a89950b0a0feda05b8c35e52cadd00c95/druntime/src/core/internal/gc/impl/conservative/gc.d#L1402-L1424

And of...
December 17, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=17802

Iain Buclaw <ibuclaw@gdcproject.org> changed...
1 2 3 4 5 6 7
Next ›   Last »