Function returning pointer to itself
Tobias Pankrath
tobias at pankrath.net
Sun Feb 5 05:25:14 PST 2012
Is there any better way to write a function that can return a pointer to
itself than returning void* and cast at call site to the appropiate type?
More information about the Digitalmars-d-learn
mailing list