cast<U extends NativeType> method

Pointer<U> cast<U extends NativeType>()

Reinterprets the address of this pointer as the address of a U.

This function is completely unchecked, no attempts are made to validate that the bytes at the address are actually a valid native value of type U.

Implementation

external Pointer<U> cast<U extends NativeType>();