Returns the target type of a pointer.
static assert(is(PointerTarget!(int*) == int)); static assert(is(PointerTarget!(void*) == void));
See Implementation
Returns the target type of a pointer.