I'm not familliar with 1.0 so I can only say it from my own thoughts one way to do it could be to si
I'm not familliar with 1.0 so I can only say it from my own thoughts
one way to do it could be to simply stick to the spec, and don't provide any helpers etc
raw pointer overloads just have the exact same signature as the C API
and the safe overloads are similar, just any time there is a
or something along those lines
in this way, you only need 2 or 3 overloads (if you include spans)
one way to do it could be to simply stick to the spec, and don't provide any helpers etc
raw pointer overloads just have the exact same signature as the C API
and the safe overloads are similar, just any time there is a
length and a pointer, remove that and convert it to an arrayor something along those lines
in this way, you only need 2 or 3 overloads (if you include spans)