Skip to main content

share_array_buffer

Function share_array_buffer 

Source
pub fn share_array_buffer(ab: &Value, off: usize, len: usize) -> Value
Expand description

A Buffer that is a WINDOW onto an existing ArrayBuffer’s store, sharing its bytes rather than copying them.