allocStructPtr<C extends Struct, D extends StructD<C, D>> method

NativeStructPtrAlloc<C, D> allocStructPtr<C extends Struct, D extends StructD<C, D>>(
  1. String key
)

Implementation

NativeStructPtrAlloc<C, D> allocStructPtr<C extends Struct, D extends StructD<C, D>>(String key) =>
  getCustomAllocatorOrThrow(key) as NativeStructPtrAlloc<C, D>;