wasmPointer static method

WasmStructPointer<RectangleD> wasmPointer(
  1. int ptr
)

Implementation

static WasmStructPointer<RectangleD> wasmPointer(int ptr) => .new(ptr, RectangleD.new, byteSize);