Y
Hacker News
new
|
ask
|
show
|
jobs
by
hiccuphippo
1177 days ago
Isn't there already a magical exception for "root" and "builtin"?
1 comments
kristoff_it
1177 days ago
not really, those are two modules that are always available to you, but you still have to import them like any other Zig module `const builtin = @import("builtin");`
link