allocStructPtr<T extends Struct, X extends StructD<X, T>> method

RTempStructPtrAlloc<T, X> allocStructPtr<T extends Struct, X extends StructD<X, T>>(
  1. String key
)

Implementation

RTempStructPtrAlloc<T, X> allocStructPtr<T extends Struct, X extends StructD<X, T>>(String key) =>
  _getCustomAllocatorOrThrow(key) as RTempStructPtrAlloc<T, X>;