Empty memory.
Indicates if the current memory is empty.
true
is the current memory is empty; otherwise false
.
Gets the number of bytes in the current memory.
A number that indicates the number of contiguous bytes represented by the current Memory instance.
Creates local memory from a buffer like object.
The buffer from which memory is required.
A Memory instance that encapsulates buffer
and which will satisfy
isLocalMemory.
Generated using TypeDoc
A contiguous region of memory.