zig
zig copied to clipboard
Type: remove arbitrary restrictions on param and return types
Opaque and noreturn make sense since they don't represent real values, but null and undefined are perfectly normal comptime-only values.
Closes #16088