allocIntList<X, C extends NativeType, L extends TypedDataList> method

NativeLitIntAlloc<C, L> allocIntList<X, C extends NativeType, L extends TypedDataList>(
  1. String key
)

Implementation

NativeLitIntAlloc<C, L> allocIntList<X, C extends NativeType, L extends TypedDataList>(String key) =>
  getCustomAllocatorOrThrow(key) as NativeLitIntAlloc<C, L>;