Comment by WalterBright
3 hours ago
D simply reads right to left:
int[]* p; // pointer to array of int
int function(char*) fp; // pointer to function with char* parameter returning an int
3 hours ago
D simply reads right to left:
int[]* p; // pointer to array of int
int function(char*) fp; // pointer to function with char* parameter returning an int
No comments yet
Contribute on Hacker News ↗