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
Currently APIs such as Ptr.atContents and System.file{Read,Write}K assume the input will be an Array<byte>. Changing to a Range<byte> would make it more general.
Currently APIs such as
Ptr.atContentsandSystem.file{Read,Write}Kassume the input will be anArray<byte>. Changing to aRange<byte>would make it more general.