October 02, 2019
Hello everyone!
I have a question: how to determine if a function exists in a class? Is this possible with @pointer tagging?
October 02, 2019
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

?