These methods (and this static class) don't appear to be referenced within LibUA.
Also the implementation of Memset is incorrect, and doesn't set elements > 32 where the datatype has sizeof > 1byte.
If these are required elsewhere, I'd recommend migrating to span.
But given visible usage, deletion seems the best course of action.
These methods (and this static class) don't appear to be referenced within LibUA. Also the implementation of Memset is incorrect, and doesn't set elements > 32 where the datatype has sizeof > 1byte.
If these are required elsewhere, I'd recommend migrating to span.
But given visible usage, deletion seems the best course of action.