Struct MemoryMap
Holds a memory mapping to host visible memory. Memory is unmapped when object goes out of scope. It also acts as a void[], and allows to get a typed slice view on the data.
struct MemoryMap
;
Methods
Name | Description |
---|---|
addToSet
(set)
|
|
opDollar
()
|
|
opIndex
(slice)
|
|
opIndex
()
|
|
opIndexAssign
(vals)
|
|
opIndexAssign
(vals, slice)
|
|
opSlice
(beg, end)
|
|
view
(offset, count)
|
Get a typed view on the memory map that support slice and indexing operations. |