allocIntList<X, T extends NativeType> method

RTempLitTypedIntListAlloc<X, T> allocIntList<X, T extends NativeType>(
  1. String key
)

Implementation

RTempLitTypedIntListAlloc<X, T> allocIntList<X, T extends NativeType>(String key) =>
  _getCustomAllocatorOrThrow(key) as RTempLitTypedIntListAlloc<X, T>;