Cubyz
Cubyz copied to clipboard
rotation.zig should get a comptime getByID function
We should make a comptime version of the getById function which then internally constructs the VTable in the same manner. If we make this common function to get the VTable then you are guaranteed to get the same result pointer if the input parameter is the same.
Credit for the Idea: ReviumReviewloper