zig icon indicating copy to clipboard operation
zig copied to clipboard

Type: remove arbitrary restrictions on param and return types

Open jacobly0 opened this issue 2 years ago • 0 comments

Opaque and noreturn make sense since they don't represent real values, but null and undefined are perfectly normal comptime-only values.

Closes #16088

jacobly0 avatar Jun 20 '23 02:06 jacobly0