Re: how to determine if a function exists in a class?

2019-10-02 Thread Alex via Digitalmars-d-learn
On Wednesday, 2 October 2019 at 06:06:20 UTC, TodNaz wrote: Hello everyone! I have a question: how to determine if a function exists in a class? Is this possible with @pointer tagging? Do you mean, like in examples of https://dlang.org/library/std/traits/has_member.html ?

how to determine if a function exists in a class?

2019-10-02 Thread TodNaz via Digitalmars-d-learn
Hello everyone! I have a question: how to determine if a function exists in a class? Is this possible with @pointer tagging?