nauful / LibUA

Open-source OPC UA client and server library
Apache License 2.0
257 stars 93 forks source link

Remove Array Helper class (and methods) #161

Closed bevanweiss closed 4 months ago

bevanweiss commented 4 months ago

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.

nauful commented 4 months ago

Looks good, thanks!