WLJS LogoWLJS Notebook

RawPointer

RawPointer[addr, type] represents a raw pointer to the specified type at the memory address addr.

Examples

ptr = RawMemoryAllocate["Integer32", 4];
RawPointer[ptr, "Integer32"]

Please visit the official Wolfram Language Reference for more details.

On this page