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