Open Chriscbr opened 2 months ago
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.)
bytes
See https://www.winglang.io/docs/api/language-reference#114-bytes-type
No response
Compiler
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