void* Pointers and Pointers in Logical Expressions

Learn the use of void* pointers and pointers in logical expressions.

void* can point at any type

Although it is almost never needed in D, C’s special pointer type void* is available in D as well. void* can point at any type:

Get hands-on with 1200+ tech skills courses.