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

NativeStructAlloc<C, D> allocStruct<C extends Struct, D extends StructD<C, D>>(
  1. String key
)

Implementation

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