nativeGetReference method

C nativeGetReference(
  1. Pointer<C> p
)

Implementation

C nativeGetReference(Pointer<C> p) => nativeGetIndexedReference(p, 0);