refLitSized<U extends NativeType, D> method
Implementation
Pointer<U> refLitSized<U extends NativeType, D>(
int count, String? key, Pointer<U> Function(String, [int]) alloc
) => alloc(key ?? 'Sized$U', count);
Pointer<U> refLitSized<U extends NativeType, D>(
int count, String? key, Pointer<U> Function(String, [int]) alloc
) => alloc(key ?? 'Sized$U', count);