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
I'd like to know if there's any proposal or future plans regarding interface support in language level in Zig, and if there is, get a link to it.
Interfaces in this context refer to things like std.mem.Allocator, where an opaque pointer and a vtable is bundled together in a struct.
If not, I'd like to make one myself.
The text was updated successfully, but these errors were encountered:
Paladynee
changed the title
Is there a proposal for langauge-level support for interfaces?
Is there a proposal for language-level support for interfaces?
Apr 6, 2025
I'd like to know if there's any proposal or future plans regarding interface support in language level in Zig, and if there is, get a link to it.
Interfaces in this context refer to things like
std.mem.Allocator
, where an opaque pointer and a vtable is bundled together in a struct.If not, I'd like to make one myself.
The text was updated successfully, but these errors were encountered: