ListGenerator<T> typedef

ListGenerator<T> = T Function(int index)

A generator function supplied to a list's resizeAndGenerate method.

Implementation

typedef ListGenerator<T> = T Function(int index);