You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the current implementations that return or handle multiple mutable sections of a slice, such as row_pair_mut(), are built using safe code which is difficult to follow. Their unsafe implementations will be simpler and should be preferred for the sake of code readability and maintainability.
The text was updated successfully, but these errors were encountered:
Some of the current implementations that return or handle multiple mutable sections of a slice, such as
row_pair_mut()
, are built using safe code which is difficult to follow. Theirunsafe
implementations will be simpler and should be preferred for the sake of code readability and maintainability.The text was updated successfully, but these errors were encountered: