Cubyz icon indicating copy to clipboard operation
Cubyz copied to clipboard

rotation.zig should get a comptime getByID function

Open tillpp opened this issue 2 months ago • 0 comments

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

tillpp avatar Nov 22 '25 12:11 tillpp