Proposal for safe async I/O with `ArrayBuffer`s · Issue #16756 · denoland/deno

In Rust, it is undefined behavior if a memory slice (which doesn't contain types with interior mutability) is mutated while it is borrowed, other than through the borrow in the case of mutable borr...