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
Support a mutable form of the bytes type in Winglang. This type behavesl ike bytes, but it allows in-place replacements to individual bytes (so that it can be used as a buffer etc.)
Use Case
Support a mutable form of the
bytes
type in Winglang. This type behavesl ikebytes
, but it allows in-place replacements to individual bytes (so that it can be used as a buffer etc.)See https://www.winglang.io/docs/api/language-reference#114-bytes-type
Proposed Solution
No response
Implementation Notes
No response
Component
Compiler
Community Notes
The text was updated successfully, but these errors were encountered: