Checking if a function pointer is set or null
solidstate1991 via Digitalmars-d-learn Sun, 08 Apr 2018 17:31:24 -0700
Would the if(!(myFunctionPointer is null)){<dostuff>} work is I
intended?
- Checking if a function pointer is... solidstate1991 via Digitalmars-d-learn
- Re: Checking if a function p... Uknown via Digitalmars-d-learn
- Re: Checking if a function p... Jonathan M Davis via Digitalmars-d-learn