winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.07k stars 198 forks source link

`mutbytes` type #7144

Open Chriscbr opened 2 months ago

Chriscbr commented 2 months ago

Use Case

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.)

See https://www.winglang.io/docs/api/language-reference#114-bytes-type

Proposed Solution

No response

Implementation Notes

No response

Component

Compiler

Community Notes