method Deno.UnsafePointerView.prototype.getUint32
Jump to headingUnsafePointerView.prototype.getUint32(offset?: number): numberGets an unsigned 32-bit integer at the specified byte offset from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: numberReturn Type Jump to heading
number