Open kylebarron opened 2 days ago
E.g. for the separated coordinates it should just assume that the nth coordinate buffer is valid and has the given length
(maybe add a debug_assert in there for the length)
This is already true, but we should remember to switch to using get_unchecked in the next version of the traits.
get_unchecked
E.g. for the separated coordinates it should just assume that the nth coordinate buffer is valid and has the given length
(maybe add a debug_assert in there for the length)