Change inline assertions to debug_asserts
All of these were things that are (should be) guaranteed true no matter what input is given to the API, barring unsafe operations on the data.
parent
9e717d42
Please register or sign in to comment
All of these were things that are (should be) guaranteed true no matter what input is given to the API, barring unsafe operations on the data.