You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implicit Cast: Arrays
TODO: [N]T to []const T
TODO: *const [N]T to []const T
TODO: [N]T to *const []const T
TODO: [N]T to ?[]const T
TODO: *[N]T to []T
TODO: *[N]T to [*]T
TODO: *[N]T to ?[*]T
TODO: *T to *[1]T
TODO: [N]T to E![]const T
Implicit Cast: Optionals
TODO: T to ?T
TODO: T to E!?T
TODO: null to ?T
Implicit Cast: T to E!T
TODO
Implicit Cast: E to E!T
TODO
Implicit Cast: comptime_int to *const integer
TODO
Implicit Cast: comptime_float to *const float
TODO
Implicit Cast: compile-time known numbers
TODO
Implicit Cast: union to enum
TODO
Implicit Cast: enum to union
TODO
Implicit Cast: T to *T when @sizeOf(T) == 0
TODO
Implicit Cast: undefined
TODO
Implicit Cast: T to *const T
TODO
The text was updated successfully, but these errors were encountered:
Moved from #367
The docs have a bunch of TODOs:
The text was updated successfully, but these errors were encountered: