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 asserts (such as assert!(offset < count); in read_from and write_to) get triggered when the respective methods are called with count == 0. It's an edge case, but still valid and we should not treat this as an exceptional situation.
The text was updated successfully, but these errors were encountered:
Some asserts (such as
assert!(offset < count);
inread_from
andwrite_to
) get triggered when the respective methods are called withcount == 0
. It's an edge case, but still valid and we should not treat this as an exceptional situation.The text was updated successfully, but these errors were encountered: