Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikeash
4913 days ago
Precisely. It's not the case that "any type can be an option type" as shock-value stated. Rather, in C,
all
pointer types are option types whether you want them to be or not, and
all other types
are not.