Allocator typedef

Pointer<T> Allocator <T>(
  1. {int count}
)

Implementation

typedef Allocator = Pointer<T> Function<T extends NativeType>({int count});