September 30, 2022 Learn » Re: How can I get the "owner" of a method? | |||
|---|---|---|---|
| |||
On 9/30/22 14:11, solidstate1991 wrote: > extern (C) public int registerDDelegate(alias Func... | |||
September 30, 2022 Learn » Re: How can I get the "owner" of a method? | |||
|---|---|---|---|
| |||
Maybe this will help you:
```d
template Bar(T)
{
void fun() {}
}
class Foo(T)
{
mixin... | |||
September 30, 2022 Learn » How can I get the "owner" of a method? | |||
|---|---|---|---|
| |||
Let's say I have a class or an interface with a function, and I... | |||
September 16, 2022 General » What to do when you want to add attributes to your class functions? | |||
|---|---|---|---|
| |||
...there is no way for a library owner to satisfy both people that want attributes... | |||
August 08, 2022 Learn » Re: Acess variable that was set by thread | |||
|---|---|---|---|
| |||
...done = true;
});
}
// Send the result to the owner
// (I made assumptions; the thread may produce... | |||
June 14, 2022 General » Re: Adding a new design constraint to D | |||
|---|---|---|---|
| |||
...the module etc. since you're the owner of the module, then you're the... | |||
June 13, 2022 General » Re: Why is D unpopular | |||
|---|---|---|---|
| |||
Typo: "it was the owner of the *super class*, the module." | |||
June 13, 2022 General » Re: Why is D unpopular | |||
|---|---|---|---|
| |||
...it was the owner of the subclass, the module. If the owner of Cyborgs have... | |||
June 03, 2022 General » Re: Using closure in function scope to make "real" private class members | |||
|---|---|---|---|
| |||
...the D module is in effect 'the owner' of the representation of a class, rather... | |||
May 29, 2022 General » Idea: Ownership & lifetime escape analysis by variables in reference to | |||
|---|---|---|---|
| |||
...destruction is correct and nothing escapes its owner (they can be bundled unless scope is... | |||
Copyright © 1999-2021 by the D Language Foundation