function Deno.writeAllSync
Synchronously write all the content of the array buffer (arr
) to the
writer (w
).
Parameters
🔗
w: WriterSync
🔗
arr: Uint8Array
Return Type
🔗
void