Formatter typedef

Formatter = List<int> Function(Record)

Formatter is capable to format single Record entry.

Implementation

typedef Formatter = List<int> Function(Record);