With this proposal from zig's codeberg repo being accepted, wouldn't it be nice to "pre-shot" it being implemented into the master branch and modify wrappers' .load() functions with a method instead ? Such that load has the signature: fn (self: *<...>Wrapper[, <Instance/Device>], loader: anytype) void.
Imo this would be a real concern and should be tackled right now, but I don't think the proposal will be merged soon.
With this proposal from zig's codeberg repo being accepted, wouldn't it be nice to "pre-shot" it being implemented into the master branch and modify wrappers'
.load()functions with a method instead ? Such that load has the signature:fn (self: *<...>Wrapper[, <Instance/Device>], loader: anytype) void.Imo this would be a real concern and should be tackled right now, but I don't think the proposal will be merged soon.