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
Remove the restriction of nbytes in unsafe_read (#104)
* Remove the restriction of nbytes in unsafe_read
The original restriction of `Int` will cause errors in some cases. Replaced with `Integer` instead. I think this also aligns with the signatures in Base.
* Remove redundant return signature
0 commit comments